Skip to content

How to use ViewComponent in ASP.NET Core MVC application. They are classes that provide action-style logic to support partials views or to inject small fragments of HTML or JSON data into parents view. There are 3 ways you can craete a ViewComponent: 1.By using a POCO view component: XViewComponent class and you call anywhere in the application by

Notifications You must be signed in to change notification settings

link78/HowToUseViewComponent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

About

How to use ViewComponent in ASP.NET Core MVC application. They are classes that provide action-style logic to support partials views or to inject small fragments of HTML or JSON data into parents view. There are 3 ways you can craete a ViewComponent: 1.By using a POCO view component: XViewComponent class and you call anywhere in the application by

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published