HttpRuntime.AspInstallDirectory 속성

정의

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

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

속성 값

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

예외

ASP.NET 이 컴퓨터에 설치되어 있지 않습니다.

적용 대상