In MVC 6 you can use Tag Helpers in your views. They are similar come the HTML helpers when know but tag helpers lean more to html then C# code. I already wrote some posts (Creating a custom tag helper, Tag helper and dependency Injection) about tag helpers but in this one I’ll take a look […]

Read More →