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
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode 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 méthode

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
Résultat bool

RenderRouteConstraint() public méthode

public RenderRouteConstraint ( IRebelApplicationContext applicationContext, IRenderModelFactory modelFactory ) : System.Web
applicationContext IRebelApplicationContext
modelFactory IRenderModelFactory
Résultat System.Web