C# 클래스 IsLocalRouteConstraint, code

상속: IRouteConstraint
파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
Match ( HttpContextBase, context, Route, route, string paramName, RouteValueDictionary, dict, RouteDirection direction ) : bool

메소드 상세

Match() 공개 메소드

public Match ( HttpContextBase, context, Route, route, string paramName, RouteValueDictionary, dict, RouteDirection direction ) : bool
context HttpContextBase,
route Route,
paramName string
dict RouteValueDictionary,
direction RouteDirection
리턴 bool