HttpRequestWrapper.ApplicationPath 속성

정의

서버에서 ASP.NET 애플리케이션의 루트 가상 경로를 가져옵니다.

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

속성 값

String

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

적용 대상