C# 클래스 Tornado.web.URLSpec

파일 보기 프로젝트 열기: swax/Tornado.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
handler_class CreateRequestHandler
kwargs object>.Dictionary
name string
regex System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
URLSpec ( string pattern, CreateRequestHandler handler_class_, object>.Dictionary kwargs_ = null, string name_ = null ) : System

메소드 상세

URLSpec() 공개 메소드

public URLSpec ( string pattern, CreateRequestHandler handler_class_, object>.Dictionary kwargs_ = null, string name_ = null ) : System
pattern string
handler_class_ CreateRequestHandler
kwargs_ object>.Dictionary
name_ string
리턴 System

프로퍼티 상세

handler_class 공개적으로 프로퍼티

public CreateRequestHandler handler_class
리턴 CreateRequestHandler

kwargs 공개적으로 프로퍼티

public Dictionary kwargs
리턴 object>.Dictionary

name 공개적으로 프로퍼티

public string name
리턴 string

regex 공개적으로 프로퍼티

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