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。

適用於