Class ControllerNameRouteConstraint
Inheritance
System.Object
ControllerNameRouteConstraint
Implements
System.Web.Routing.IRouteConstraint
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.Mvc
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
public class ControllerNameRouteConstraint : IRouteConstraint
Constructors
ControllerNameRouteConstraint(ShellModule)
Declaration
public ControllerNameRouteConstraint(ShellModule module)
Parameters
Type | Name | Description |
---|---|---|
ShellModule | module |
Properties
ViewManager
Declaration
public Injected<IViewManager> ViewManager { get; set; }
Property Value
Type | Description |
---|---|
Injected<IViewManager> |
Methods
Match(HttpContextBase, Route, String, RouteValueDictionary, RouteDirection)
Declaration
public bool Match(HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpContextBase | httpContext | |
System.Web.Routing.Route | route | |
System.String | parameterName | |
System.Web.Routing.RouteValueDictionary | values | |
System.Web.Routing.RouteDirection | routeDirection |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Web.Routing.IRouteConstraint