View On GitHub
reading-notes
Reading Notes for Codefellows!
Project maintained by
AlanYHung
Hosted on GitHub Pages — Theme by
mattgraham
Code 401 ASP.NET
Reading 26
(All My Notes are attributed/sourced from the Resources directly preceding them.)
Summary
A View Component in Visual Studio is a partial that has an attached controller.
The controller allows making View Components Dynamic much easier.
View Components can also store their very own models to be used in the component itself.
Resources
View components in ASP.NET Core
Author: Microsoft Docs
Article Source
View Components in ASP.NET Core MVC
Author: Marius Schulz
Article Source
<– Back