| by Achyut Kendre | No comments

What is TagHelper? How to use it in ASP.NET Core (MVC)?

Example Code : https://drive.google.com/file/d/1w6b5R_9liDJLVKLEnCqGLUR3D8Y_-2q5/view?usp=sharing In this article we will talk about tag helpers and how to use the tag helpers in ASP.NET MVC Core. What is Tag Helper? Tag Helpers enable server-side code to participate in creating and rendering HTML elements in Razor files. Tag helpers can be tags or set of attributes those can […]

Read More