Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with deeper research.
Exercise 4.1 – Online material
Official documentation for ASP.NET Core MVC views can be found at the following link:
Partial views are an effective way to break up large markup files into smaller components. You can learn about partial views at the following link:
Layouts in ASP.NET Core are documented at the following link:
The following is a Razor syntax reference:
Exercise 4.2 – Practice exercises
The following practice exercises help you to explore the topics in this chapter more deeply...