You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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