-
Notifications
You must be signed in to change notification settings - Fork 0
Home
MartinWang edited this page Sep 20, 2017
·
4 revisions
GenericTagHelper give you more easy way to handle your razor view,the purpose of using this taghelper is for no repeating html code.for instance, you have many forms or tables and you always repeating your label,input,validation html code.
Asp.net core 1.0 above
.netstandard 1.6 above
For Package Manager: Install-Package GenericTagHelper
For .NET CLI: dotnet add package GenericTagHelper