C# 클래스 Revenj.Http.RouteAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: ngs-doo/revenj

공개 프로퍼티들

프로퍼티 타입 설명
IsAsync bool
Method string
Path string

공개 메소드들

메소드 설명
RouteAttribute ( HTTP http, string path ) : System
RouteAttribute ( HTTP http, string path, bool isAsync ) : System
RouteAttribute ( string path, string method, bool isAsync = true ) : System

메소드 상세

RouteAttribute() 공개 메소드

public RouteAttribute ( HTTP http, string path ) : System
http HTTP
path string
리턴 System

RouteAttribute() 공개 메소드

public RouteAttribute ( HTTP http, string path, bool isAsync ) : System
http HTTP
path string
isAsync bool
리턴 System

RouteAttribute() 공개 메소드

public RouteAttribute ( string path, string method, bool isAsync = true ) : System
path string
method string
isAsync bool
리턴 System

프로퍼티 상세

IsAsync 공개적으로 프로퍼티

public bool IsAsync
리턴 bool

Method 공개적으로 프로퍼티

public string Method
리턴 string

Path 공개적으로 프로퍼티

public string Path
리턴 string