Unlike HtmlHelpers, a tag helper is a class that attaches itself to an HTML-compliant element in a View or Razor Page. The tag helper can, through its properties, add additional attributes to the ...
ASP.NET Core 1.0 has introduced Tag Helpers, which are a much more HTML-centric approach to using server-side code to help construct HTML elements in Razor views. At Visual Studio Live! Las Vegas 2017 ...