ScriptManager.EnableCdnFallback 属性
定义
在无法访问 CDN(内容分发网络)的情况下启动脚本本地副本加载。Enables local copy of a script to load in the event that the CDN (Content Delivery Network) is unavailable.
public:
property bool EnableCdnFallback { bool get(); void set(bool value); };
public bool EnableCdnFallback { get; set; }
member this.EnableCdnFallback : bool with get, set
Public Property EnableCdnFallback As Boolean
属性值
如果启用了回退 CDN 值,则为 true;否则为 false。true if the fallback CDN value is enabled; otherwise, false.