C# 클래스 Rock.Web.RouteInfo

Route info helper class
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
RouteInfo ( System.Web.Routing.RouteData data ) : System

Initializes a new instance of the RouteInfo class.

RouteInfo ( Uri uri, string applicationPath ) : System

Initializes a new instance of the RouteInfo class.

메소드 상세

RouteInfo() 공개 메소드

Initializes a new instance of the RouteInfo class.
public RouteInfo ( System.Web.Routing.RouteData data ) : System
data System.Web.Routing.RouteData The data.
리턴 System

RouteInfo() 공개 메소드

Initializes a new instance of the RouteInfo class.
public RouteInfo ( Uri uri, string applicationPath ) : System
uri System.Uri The URI.
applicationPath string The application path.
리턴 System