Class RouteDescription
Inheritance
System.Object
RouteDescription
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.Configuration
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
public class RouteDescription
Constructors
RouteDescription()
Declaration
public RouteDescription()
Properties
Constraints
Declaration
public List<KeyValueElement> Constraints { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<KeyValueElement> |
ControllerPrefix
Declaration
public string ControllerPrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataTokens
Declaration
public List<KeyValueElement> DataTokens { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<KeyValueElement> |
Defaults
Declaration
public List<KeyValueElement> Defaults { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<KeyValueElement> |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
TrimControllerName(String)
Declaration
public string TrimControllerName(string controllerName)
Parameters
Type | Name | Description |
---|---|---|
System.String | controllerName |
Returns
Type | Description |
---|---|
System.String |