Class PartialRequest
Creates a partial request to make it possible to invoke a partial controller
Inheritance
System.Object
PartialRequest
Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.Cms.AspNetCore.HtmlHelpers.dll
Version: 12.0.3Syntax
public class PartialRequest : Object
Constructors
PartialRequest()
Declaration
public PartialRequest()
Methods
RenderAction(HtmlHelper, String, String, Object)
Invokes a request for the specified action on the specified controller with given routevalues.
Declaration
public virtual void RenderAction(HtmlHelper helper, string action, string controller, object routeValues)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
helper | The helper. |
System. |
action | The action. |
System. |
controller | The controller. |
System. |
routeValues | The route values. |