Try our conversational search powered by Generative AI!

Class PartialRequest

Creates a partial request to make it possible to invoke a partial controller

Inheritance
System.Object
PartialRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(IncludeServiceAccessor = false)]
public class PartialRequest

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
System.Web.Mvc.HtmlHelper helper

The helper.

System.String action

The action.

System.String controller

The controller.

System.Object routeValues

The route values.

Extension Methods