Skip to content
MartinWang edited this page Sep 20, 2017 · 4 revisions

Welcome to the GenericTagHelper wiki!

Intruduction

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.

Requirement

Asp.net core 1.0 above

.netstandard 1.6 above

Installation

For Package Manager: Install-Package GenericTagHelper

For .NET CLI: dotnet add package GenericTagHelper

TagHelpers Details

Form TagHelper

Table TagHelper

Clone this wiki locally