C# 클래스 URSA.Web.Mapping.RouteAttribute

상속: MappingAttribute
파일 보기 프로젝트 열기: alien-mcl/URSA 1 사용 예제들

공개 메소드들

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

Initializes a new instance of the RouteAttribute class.

메소드 상세

RouteAttribute() 공개 메소드

Initializes a new instance of the RouteAttribute class.
public RouteAttribute ( string url ) : System
url string Part of the URL associated with the method.
리턴 System