HttpRuntime.AspInstallDirectory 속성

정의

ASP.NET 실행 파일이 설치되어 있는 디렉터리의 실제 경로를 가져옵니다.

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

속성 값

String

ASP.NET 실행 파일의 실제 경로입니다.

예외

ASP.NET이 이 컴퓨터에 설치되지 않은 경우

적용 대상