Press ESC to close

C#

Introducing TagHelpers in Asp Core

What is a TagHelper? TagHelpers are the new way of writing server-side code that renders HTML tags(elements), that is much closer to HTML syntax than Razor. Compared to Razor, the code is way cleaner, there is no context-switching, but for a newbie, might be very hard to understand at first….