다음을 통해 공유


VirtualPathData.Route 속성

정의

URL을 만드는 데 사용되는 경로를 가져오거나 설정합니다.

public:
 property System::Web::Routing::RouteBase ^ Route { System::Web::Routing::RouteBase ^ get(); void set(System::Web::Routing::RouteBase ^ value); };
public System.Web.Routing.RouteBase Route { get; set; }
member this.Route : System.Web.Routing.RouteBase with get, set
Public Property Route As RouteBase

속성 값

URL을 생성하는 데 사용된 매개 변수와 일치한 경로를 나타내는 개체입니다.

적용 대상

추가 정보