-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Real-World Web Development with .NET 10 - Second Edition
By :
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with deeper research.
Official documentation for ASP.NET Core MVC views can be found at the following link:https://learn.microsoft.com/en-us/aspnet/core/mvc/views/overview.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:https://learn.microsoft.com/en-us/aspnet/core/mvc/views/partial.Layouts in ASP.NET Core are documented at the following link:https://learn.microsoft.com/en-us/aspnet/core/mvc/views/layout.The following is a Razor syntax reference:https://learn.microsoft.com/en-us/aspnet/core/mvc/views/razor.
The following practice exercises help you to explore the topics in this chapter more deeply.
A Tag...