HttpConfigurationContext.VirtualPath 속성

정의

Web.config 구성 파일의 가상 경로를 가져옵니다.

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

속성 값

Web.config 파일의 가상 경로입니다. Null Machine.config평가할 때 ; 사이트에 대한 루트 Web.config 파일을 평가할 때 빈 문자열("")입니다.

적용 대상