ASP.NET 5 introduces a new concept called Tag Helpers. These are similar to the HTML Helpers you are probably familiar with from previous versions of MVC. The advantage to Tag Helpers over HTML Helpers, though, is the implementation syntax.…
Creating Self Closing Tag Helpers in ASP.NET Core 1.0
