HttpRuntime.AppDomainAppVirtualPath 속성

정의

현재 애플리케이션 도메인에서 호스팅되는 애플리케이션이 있는 디렉터리의 가상 경로를 가져옵니다.

public:
 static property System::String ^ AppDomainAppVirtualPath { System::String ^ get(); };
public static string AppDomainAppVirtualPath { get; }
member this.AppDomainAppVirtualPath : string
Public Shared ReadOnly Property AppDomainAppVirtualPath As String

속성 값

String

현재 애플리케이션 도메인에서 호스팅되는 애플리케이션이 있는 디렉터리의 가상 경로입니다.

적용 대상