ScriptResourceDefinition.CdnSupportsSecureConnection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值向 ScriptManager 指示在使用 HTTPS 访问页时是否应使用到内容分发网络 (CDN) 路径的安全连接来访问脚本资源。
public:
property bool CdnSupportsSecureConnection { bool get(); void set(bool value); };
public bool CdnSupportsSecureConnection { get; set; }
member this.CdnSupportsSecureConnection : bool with get, set
Public Property CdnSupportsSecureConnection As Boolean
属性值
如果应使用 HTTPS 访问 CDN,则为 true
;否则为 false
。
注解
使用 CdnSupportsSecureConnection 属性来检查是否应使用安全连接访问关联的脚本资源, ScriptManager (SSL) 连接到 CDN。 通过使用 CdnSupportsSecureConnection 属性,您可以在 Web 应用程序尝试从支持 SSL 的 CDN 请求安全内容时避免浏览器发出警告消息。