C# 클래스 Junior.Route.Routing.MatchResult

파일 보기 프로젝트 열기: nathan-alden/junior-route 1 사용 예제들

공개 메소드들

메소드 설명
RouteMatched ( IEnumerable matchedRestrictions, string cacheKey ) : MatchResult
RouteNotMatched ( IEnumerable matchedRestrictions, IEnumerable unmatchedRestrictions ) : MatchResult

비공개 메소드들

메소드 설명
MatchResult ( MatchResultType resultType, IEnumerable matchedRestrictions, IEnumerable unmatchedRestrictions, string cacheKey = null ) : System.Collections.Generic

메소드 상세

RouteMatched() 공개 정적인 메소드

public static RouteMatched ( IEnumerable matchedRestrictions, string cacheKey ) : MatchResult
matchedRestrictions IEnumerable
cacheKey string
리턴 MatchResult

RouteNotMatched() 공개 정적인 메소드

public static RouteNotMatched ( IEnumerable matchedRestrictions, IEnumerable unmatchedRestrictions ) : MatchResult
matchedRestrictions IEnumerable
unmatchedRestrictions IEnumerable
리턴 MatchResult