Equivalent of Html.RenderAction in ASP.NET Core
I am trying to switch to ASP.NET Core from my small ASP.NET MVC 4 application.
I am trying to switch to ASP.NET Core from my small ASP.NET MVC 4 application.
After rendering a view on a Post, a call to RenderAction inside the view will call for the Post method. Is there any way to specify I want to call the Get method instead of the Post?