다음을 통해 공유


HttpRuntime.AspClientScriptPhysicalPath 속성

정의

ASP.NET 클라이언트 스크립트 파일의 폴더 경로를 가져옵니다.

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

속성 값

String

ASP.NET 클라이언트 스크립트 파일의 폴더 경로입니다.

예외

ASP.NET이 설치되어 있지 않은 경우

적용 대상