Class ModuleRoutePair
Used to pass configurable information about a route.
Inheritance
System.Object
ModuleRoutePair
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.Modules
Assembly: EPiServer.Shell.dll
Version: 10.10.4Syntax
public class ModuleRoutePair
Constructors
ModuleRoutePair(String, IDictionary<String, String>)
Initializes a new instance of the ModuleRoutePair class.
Declaration
public ModuleRoutePair(string routeBasePath, IDictionary<string, string> routeDefaults)
Parameters
Type | Name | Description |
---|---|---|
System.String | routeBasePath | The route base path. |
System.Collections.Generic.IDictionary<System.String, System.String> | routeDefaults | The route defaults. |
Properties
RouteBasePath
The route base path.
Declaration
public string RouteBasePath { get; }
Property Value
Type | Description |
---|---|
System.String |
RouteDefaults
The route default values.
Declaration
public IDictionary<string, string> RouteDefaults { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> |