C# Class Rebel.Cms.Web.Routing.RenderRouteConstraint

The rules of this route constraint must pass in order to be able to route Rebel requests to the front end
Inheritance: IncludeExcludeRouteConstraint
Mostrar archivo Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool
RenderRouteConstraint ( IRebelApplicationContext applicationContext, IRenderModelFactory modelFactory ) : System.Web

Method Details

Match() public method

public Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool
httpContext System.Web.HttpContextBase
route System.Web.Routing.Route
parameterName string
values RouteValueDictionary
routeDirection RouteDirection
return bool

RenderRouteConstraint() public method

public RenderRouteConstraint ( IRebelApplicationContext applicationContext, IRenderModelFactory modelFactory ) : System.Web
applicationContext IRebelApplicationContext
modelFactory IRenderModelFactory
return System.Web