C# 클래스 Revenj.Http.UriPattern

파일 보기 프로젝트 열기: ngs-doo/revenj 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Groups int

공개 메소드들

메소드 설명
ExtractMatch ( string url, int offset ) : RouteMatch
Match ( string url, int offset ) : RouteMatch?
UriPattern ( string template ) : System

비공개 메소드들

메소드 설명
BuildRegex ( string template ) : string
DynamicExtractMatch ( string url, int offset ) : RouteMatch
GetTokens ( string template ) : string[]
StaticExtractMatch ( string url, int offset ) : RouteMatch

메소드 상세

ExtractMatch() 공개 메소드

public ExtractMatch ( string url, int offset ) : RouteMatch
url string
offset int
리턴 RouteMatch

Match() 공개 메소드

public Match ( string url, int offset ) : RouteMatch?
url string
offset int
리턴 RouteMatch?

UriPattern() 공개 메소드

public UriPattern ( string template ) : System
template string
리턴 System

프로퍼티 상세

Groups 공개적으로 프로퍼티

public int Groups
리턴 int