2 posts filed under C#
See also:
Using View Components and Partial Views in ASP.NET Core
By Ben SochorLet's explore the different ways to invoke a View Component from a Razor view or Controller and test what we've learned in our introduction!
Introduction to View Components and Partial Views in ASP.NET Core
By Ben SochorModularize all the things! New to ASP.NET Core, View Components are a great tool for modularizing your MVC or Razor Pages site and empowering your Partial Views.