C# 클래스 ShoelaceMVC.Routing.SubdomainRouteConstraint

상속: IRouteConstraint
파일 보기 프로젝트 열기: RyannosaurusRex/Shoelace-MVC

공개 메소드들

메소드 설명
Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool
SubdomainRouteConstraint ( string s ) : System.Web

메소드 상세

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

SubdomainRouteConstraint() 공개 메소드

public SubdomainRouteConstraint ( string s ) : System.Web
s string
리턴 System.Web