Tuesday, March 13, 2018

Migrating to ASP.NET Core Tag Helpers

When ASP.NET Core was released, Tag Helpers were introduced—a new feature for encapsulating HTML markup. The purpose of adding Tag Helpers to the framework was to give developers an HTML-like experience when using server-rendered bits of markup. The idea here isn't to replace HTML Helpers, but to offer another approach that follows the same conventions as HTML by using tags and attributes.

source https://www.c-sharpcorner.com/article/migrating-to-asp-net-core-tag-helpers/

No comments:

Post a Comment