ScriptResourceDefinition.CdnDebugPath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在內容提供網路 (CDN) 上的指令碼資源偵錯模式路徑。
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 路徑時,可以將的屬性設定為,以啟用頁面的 CDN 支援 EnableCdn ScriptManager true
。