What is view components in asp.net core
Loading
What is view components in asp.net core
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Uday DodiyaPosted Sep 13, 2022, 3:58 AM
View components are similar to partial views, but they're much more powerful. View components don't use model binding, they depend on the data passed when calling the view component. This article was written using controllers and views, but view components work with Razor Pages
Vishal YelvePosted Sep 12, 2022, 3:00 PM
View components are similar to partial views, but they're much more powerful. View components don't use model binding, they depend on the data passed when calling the view component. This article was written using controllers and views, but view components work with Razor Pages
Please refer to below links
https://docs.microsoft.com/en-us/aspnet/core/mvc/views/view-components?view=aspnetcore-6.0
https://www.c-sharpcorner.com/article/viewcomponent-in-asp-net-core/
Rajanikant HawaldarPosted Sep 12, 2022, 9:22 AM
Hello Naresh, refer below articles,
https://www.c-sharpcorner.com/article/viewcomponent-in-asp-net-core/
https://www.c-sharpcorner.com/article/working-with-view-components-in-asp-net-core-mvc/
Amit MohantyPosted Sep 12, 2022, 6:35 AM
Check the below links
https://www.c-sharpcorner.com/article/viewcomponent-in-asp-net-core/
https://www.codingame.com/playgrounds/4981/view-components-in-asp-net-core
https://cazton.com/blogs/technical/view-components-in-asp-net-core