ScriptResourceDefinition.CdnDebugPath プロパティ

定義

CDN (Content Delivery Network) のスクリプト リソースのデバッグ モード パスを取得または設定します。

public:
 property System::String ^ CdnDebugPath { System::String ^ get(); void set(System::String ^ value); };
public string CdnDebugPath { get; set; }
member this.CdnDebugPath : string with get, set
Public Property CdnDebugPath As String

プロパティ値

デバッグ スクリプト リソースを格納している CDN のパス。

注釈

CDN パスを参照する場合は、 の プロパティScriptManagerを に設定することで、ページの CDN サポートをEnableCdntrue有効にすることができます。

適用対象