Class RoutingConstants
String constants used by the routing system in EPiServer.Web.Routing namespace.
Inheritance
Inherited Members
Namespace: EPiServer.Web.Routing
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public static class RoutingConstantsFields
ActionKey
Key in RequestContext.RouteData that gets action name if set
Declaration
public static readonly string ActionKeyField Value
| Type | Description | 
|---|---|
| System.String | 
CmsControllerKey
Key that can be set when linking to another cms based controller.
Declaration
public static readonly string CmsControllerKeyField Value
| Type | Description | 
|---|---|
| System.String | 
ControllerKey
Key in RequestContext.RouteData that gets controller name if set
Declaration
public static readonly string ControllerKeyField Value
| Type | Description | 
|---|---|
| System.String | 
ControllerTypeKey
Key in RequestContext.RouteData that gets controller type if set
Declaration
public static readonly string ControllerTypeKeyField Value
| Type | Description | 
|---|---|
| System.String | 
HandledRouteDataKey
Key in Context.Items that gets the RouteData if the context has been handled by page route
Declaration
public static readonly string HandledRouteDataKeyField Value
| Type | Description | 
|---|---|
| System.String | 
HostKey
Key that can be set during construction of outgoing urls to set host for absoulte paths.
Declaration
public static readonly string HostKeyField Value
| Type | Description | 
|---|---|
| System.String | 
LanguageKey
Key used in routing to specify the language for the request.
Declaration
public static readonly string LanguageKeyField Value
| Type | Description | 
|---|---|
| System.String | 
LanguageQueryParameter
query parameter in internal links to determine language, written as 'epslanguage'
Declaration
public static readonly string LanguageQueryParameterField Value
| Type | Description | 
|---|---|
| System.String | 
NodeKey
Key in RequestContext.RouteData that gets structure node if set
Declaration
public static readonly string NodeKeyField Value
| Type | Description | 
|---|---|
| System.String | 
OriginalNodeKey
Key in RequestContext.RouteData that gets node which has been replace by partial segment
Declaration
public static readonly string OriginalNodeKeyField Value
| Type | Description | 
|---|---|
| System.String | 
RemainingPathParameter
query parameter in internal links to determine remainging path (like action and parameter), written as 'epsremaingpath'
Declaration
public static readonly string RemainingPathParameterField Value
| Type | Description | 
|---|---|
| System.String | 
RoutedDataKey
Key in RequestContext.RouteData that gets the routed data if it has been routed.
Declaration
public static readonly string RoutedDataKeyField Value
| Type | Description | 
|---|---|
| System.String | 
