n this post we will develop a custom Tag Helper to generate the basic HTML table based on the method name passed as a parameter. The idea is that our custom Tag Helper will take a method name as a parameter that will be executed by its code behind class and generate the HTML table based on the list returned from some source.
What are Tag Helpers?
Tag Helpers is one of the exciting feature introduced in ASP.NET 5. Tag Helpers is an alternative...