Try our conversational search powered by Generative AI!

Class ModuleRoutePair

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: 11.20.7
Syntax
public class ModuleRoutePair

Constructors

ModuleRoutePair(String, IDictionary<String, String>)

Declaration
public ModuleRoutePair(string routeBasePath, IDictionary<string, string> routeDefaults)
Parameters
Type Name Description
System.String routeBasePath
System.Collections.Generic.IDictionary<System.String, System.String> routeDefaults

Properties

RouteBasePath

Declaration
public string RouteBasePath { get; }
Property Value
Type Description
System.String

RouteDefaults

Declaration
public IDictionary<string, string> RouteDefaults { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

Extension Methods