Documentation
-
View components in ASP.NET Core
Learn how view components are used in ASP.NET Core and how to add them to apps.
-
Discover how to use partial views to break up large markup files and reduce the duplication of common markup across web pages in ASP.NET Core apps.
-
Partial Tag Helper in ASP.NET Core
Discover the ASP.NET Core Partial Tag Helper and the role each of its attributes play in rendering a partial view.