ScriptResourceDefinition.CdnSupportsSecureConnection Propriedade
Definição
Obtém ou define um valor que indica para o ScriptManager se um recurso de script deve ser acessado usando uma conexão segura para o caminho da CDN (Rede de Distribuição de Conteúdo) quando a página é acessada usando HTTPS.Gets or set a value that indicates to the ScriptManager whether a script resource should be accessed using a secure connection to the content delivery network (CDN) path when the page is accessed using HTTPS.
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
Valor da propriedade
true se a CDN deve ser acessada usando HTTPS; caso contrário, false .true if the CDN should be accessed using HTTPS; otherwise, false.
Comentários
Use a CdnSupportsSecureConnection propriedade para verificar se o recurso de script associado deve ser acessado pelo ScriptManager usando uma conexão segura (SSL) para uma CDN.Use the CdnSupportsSecureConnection property to check whether the associated script resource should be accessed by the ScriptManager using a secure connection (SSL) to a CDN. Usando a CdnSupportsSecureConnection propriedade, você pode evitar uma mensagem de aviso do navegador quando seu aplicativo Web tenta solicitar conteúdo seguro de uma CDN que dá suporte a SSL.By using the CdnSupportsSecureConnection property, you can avoid a warning message from the browser when your Web application attempts to request secure content from a CDN that supports SSL.