C# 클래스 libirek.Urls.UrlMapItem

파일 보기 프로젝트 열기: theanti9/irek

공개 프로퍼티들

프로퍼티 타입 설명
Method string
Path string
UrlPattern string
rx System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
IsMatch ( string url ) : bool

Determines whether the specified URL is match.

UrlMapItem ( string pattern, string method, string path = null ) : System

Initializes a new instance of the UrlMapItem class.

메소드 상세

IsMatch() 공개 메소드

Determines whether the specified URL is match.
public IsMatch ( string url ) : bool
url string The URL.
리턴 bool

UrlMapItem() 공개 메소드

Initializes a new instance of the UrlMapItem class.
public UrlMapItem ( string pattern, string method, string path = null ) : System
pattern string The pattern.
method string The method.
path string The folder path (used only when mapping to a static content folder)
리턴 System

프로퍼티 상세

Method 공개적으로 프로퍼티

public string Method
리턴 string

Path 공개적으로 프로퍼티

public string Path
리턴 string

UrlPattern 공개적으로 프로퍼티

public string UrlPattern
리턴 string

rx 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions rx
리턴 System.Text.RegularExpressions.Regex