C# 클래스 Rebel.Cms.Web.Routing.IgnorePluginRoute.IgnoreExistingControllersConstraint

The internal constraint class to match the previously registered controller names
상속: IRouteConstraint
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
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