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 がインストールされていません。

適用対象