C# 클래스 Nancy.Swagger.Annotations.Attributes.RouteAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: khellang/Nancy.Swagger 1 사용 예제들

공개 메소드들

메소드 설명
RouteAttribute ( ) : System
RouteAttribute ( HttpMethod method, string path ) : System
RouteAttribute ( string name ) : System

메소드 상세

RouteAttribute() 공개 메소드

public RouteAttribute ( ) : System
리턴 System

RouteAttribute() 공개 메소드

public RouteAttribute ( HttpMethod method, string path ) : System
method HttpMethod
path string
리턴 System

RouteAttribute() 공개 메소드

public RouteAttribute ( string name ) : System
name string
리턴 System