ScriptResourceDefinition.CdnPath プロパティ

定義

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

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

プロパティ値

CDN のパス。

注釈

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

適用対象