Posted on: 9/8/2015 8:00:00 PM | Views : 1584

TagHelpers is one of the new features introduced in MVC 6, part of ASP.NET 5. They are used for generating reusable pieces of UI that require some kind of server-side processing. Mike Brind shows how to create your own custom TagHelpers through parsing custom attributes; and by binding properties on the TagHelper.

Go to the complete details ...