Top "Asp.net-core-viewcomponent" questions

ASP.

Submit form and do controller action from ViewComponent in ASP.NET Core

I want to add ListItems from a form in a ViewComponent in an ASP.NET 5, Mvc core application. The component …

c# asp.net-core asp.net-core-viewcomponent
Viewcomponent alternative for ajax refresh

I have a viewcomponent that contains some reusable business logic that embed in various pages. This has been working fine. …

ajax asp.net-core-mvc asp.net-core-viewcomponent
Where should I include a script for a view component?

I have tried adding a section script inside a view component's view. @section scripts { <script src="~/somepath" asp-append-version="true"&…

javascript asp.net-core razor asp.net-core-viewcomponent
ViewComponents are not async

I am trying to use the ViewComponents.InvokeAsync() feature, but somehow this is not async at all. It is waiting …

c# asp.net-core asp.net-core-mvc asp.net-core-viewcomponent
Can I reload an asp 5/MVC 6 View Component via ajax?

I am playing around with MVC 6 and have a grid of Users that are currently registered to my site. Above …

ajax asp.net-core asp.net-core-viewcomponent
How share ViewData between ViewComponent in Asp.net core

I have two ViewComponent and i want use ViewData or other technic for share some data between and then use …

c# asp.net-core viewdata asp.net-core-viewcomponent