HttpRequestBase.PathInfo 속성

정의

파생 클래스에서 재정의되는 경우 리소스에 대해 URL 확장이 있는 추가 경로 정보를 가져옵니다.

public:
 virtual property System::String ^ PathInfo { System::String ^ get(); };
public virtual string PathInfo { get; }
member this.PathInfo : string
Public Overridable ReadOnly Property PathInfo As String

속성 값

String

리소스에 대한 추가 경로 정보입니다.

예외

설명

URL의 경우 http://www.contoso.com/virdir/page.html/tail 값은 PathInfo /tail입니다 .입니다.

적용 대상