C# 클래스 StarDotOne.LocaleRouteConstraint

상속: IRouteConstraint
파일 보기 프로젝트 열기: jongalloway/StarDotOne

공개 메소드들

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

비공개 메소드들

메소드 설명
isValid ( string locale ) : bool

메소드 상세

LocaleRouteConstraint() 공개 메소드

public LocaleRouteConstraint ( string locale ) : System
locale string
리턴 System

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