HttpRequestBase.ApplicationPath 속성

정의

파생 클래스에서 재정의되는 경우 서버에 있는 ASP.NET 애플리케이션의 가상 루트 경로를 가져옵니다.

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

속성 값

현재 애플리케이션의 가상 경로입니다.

예외

적용 대상