C# 클래스 System.Web.Mvc.RouteAttribute

상속: Attribute, IDirectRouteFactory, IRouteInfoProvider
파일 보기 프로젝트 열기: drivenet/aspnetwebstack 1 사용 예제들

공개 메소드들

메소드 설명
RouteAttribute ( ) : System.Collections.Generic

Initializes a new instance of the RouteAttribute class.

RouteAttribute ( string template ) : System.Collections.Generic

Initializes a new instance of the RouteAttribute class.

비공개 메소드들

메소드 설명
IDirectRouteFactory ( System.Web.Mvc.Routing.DirectRouteFactoryContext context ) : System.Web.Mvc.Routing.RouteEntry

메소드 상세

RouteAttribute() 공개 메소드

Initializes a new instance of the RouteAttribute class.
public RouteAttribute ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RouteAttribute() 공개 메소드

Initializes a new instance of the RouteAttribute class.
public RouteAttribute ( string template ) : System.Collections.Generic
template string The route template describing the URI pattern to match against.
리턴 System.Collections.Generic