C# Класс Rebel.Cms.Web.Routing.IgnorePluginRoute.IgnoreExistingControllersConstraint

The internal constraint class to match the previously registered controller names
Наследование: IRouteConstraint
Показать файл Открыть проект

Открытые методы

Метод Описание
IgnoreExistingControllersConstraint ( IRebelApplicationContext appContext, string areaName, IEnumerable toIgnore ) : System.Collections.Concurrent
Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool

Описание методов

IgnoreExistingControllersConstraint() публичный Метод

public IgnoreExistingControllersConstraint ( IRebelApplicationContext appContext, string areaName, IEnumerable toIgnore ) : System.Collections.Concurrent
appContext IRebelApplicationContext
areaName string
toIgnore IEnumerable
Результат System.Collections.Concurrent

Match() публичный Метод

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
Результат bool