C# 클래스 WebStreams.Server.RouteAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: WebStreams/WebStreams.Server

공개 메소드들

메소드 설명
RouteAttribute ( string route ) : System

Initializes a new instance of the RouteAttribute class.

메소드 상세

RouteAttribute() 공개 메소드

Initializes a new instance of the RouteAttribute class.
public RouteAttribute ( string route ) : System
route string /// The route. ///
리턴 System