Class PartialRequestHelper
Inheritance
System.Object
PartialRequestHelper
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.Shell.Web.Routing
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
public class PartialRequestHelper
Constructors
PartialRequestHelper(Object)
Declaration
public PartialRequestHelper(object routeValues)
Parameters
Type | Name | Description |
---|---|---|
System.Object | routeValues |
PartialRequestHelper(RouteValueDictionary)
Declaration
public PartialRequestHelper(RouteValueDictionary routeValues)
Parameters
Type | Name | Description |
---|---|---|
System.Web.Routing.RouteValueDictionary | routeValues |
Properties
PreferredNamespace
Declaration
public string PreferredNamespace { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RouteValues
Declaration
public RouteValueDictionary RouteValues { get; }
Property Value
Type | Description |
---|---|
System.Web.Routing.RouteValueDictionary |
Methods
Invoke(ControllerContext)
Declaration
public void Invoke(ControllerContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Web.Mvc.ControllerContext | context |