ScriptManager.ScriptPath プロパティ

定義

注意事項

This property is obsolete. Set the Path property on each individual ScriptReference instead.

ASP.NET AJAX およびカスタム スクリプト ファイルへのパスを作成するために使用される場所のルート パスを取得または設定します。

public:
 property System::String ^ ScriptPath { System::String ^ get(); void set(System::String ^ value); };
public string ScriptPath { get; set; }
[System.Obsolete("This property is obsolete. Set the Path property on each individual ScriptReference instead.")]
public string ScriptPath { get; set; }
member this.ScriptPath : string with get, set
[<System.Obsolete("This property is obsolete. Set the Path property on each individual ScriptReference instead.")>]
member this.ScriptPath : string with get, set
Public Property ScriptPath As String

プロパティ値

String

スクリプト ファイルが格納される場所。 既定値は、相対パスとして解釈される空の文字列 ("") です。

属性

注釈

この ScriptPath プロパティを使用すると、ページ上のすべてのスクリプト ブロックに対して、絶対 URL、相対 URL、またはアプリケーション相対 URL を指定できます。 これには、現在 ScriptManager のインスタンスに登録されているカスタムおよびサードパーティのスクリプト ブロックが含まれます。 ScriptPathこのプロパティは通常、ページ上の要素のScriptManager属性として宣言によって設定されますが、コードでも設定できます。

path属性またはプロパティがコレクション内のPathオブジェクトにScripts設定ScriptReferenceされている場合、パス値はそのScriptReferenceインスタンスの値をScriptPathオーバーライドします。

値が指定されていないPath場合、ScriptManagerコントロールはプロパティによって定義されたディレクトリをScriptPath検索し、そのディレクトリまたはAssemblyプロパティによってスクリプト参照をName解決します。

適用対象