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 ...
TagHelpers are introduced in ASP.NET Core MVC as a new way of writing server-side code that renders HTML tags (elements), that is much closer to the HTML format than to Razor. TagHelpers represent a ...