December 2021
Intermediate to advanced
204 pages
3h 5m
English
In this chapter, we're going to talk about Tag Helpers. The built-in TagHelper are pretty useful and make Razor much prettier and more readable. Creating custom TagHelper will make your life much easier.
In this chapter, we will be covering the following topics:
The topics in this chapter refer to the MVC layer of the ASP.NET Core architecture:
Figure 16.1 – ASP.NET Core architecture
To follow the examples in this chapter, you will need to create an ASP.NET Core MVC application. Open your console, shell, or Bash terminal and change ...