XsltSettings.EnableScript Propriedade

Definição

Atenção

XSLT Script blocks are not supported.

Recebe ou define um valor que indica se deve ativar o suporte para blocos de script embutidos.

public:
 property bool EnableScript { bool get(); void set(bool value); };
[System.Obsolete("XSLT Script blocks are not supported.", DiagnosticId="SYSLIB0062", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public bool EnableScript { get; set; }
public bool EnableScript { get; set; }
[<System.Obsolete("XSLT Script blocks are not supported.", DiagnosticId="SYSLIB0062", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
member this.EnableScript : bool with get, set
member this.EnableScript : bool with get, set
Public Property EnableScript As Boolean

Valor de Propriedade

true para suportar blocos de script em folhas de estilo XSLT; caso contrário, false. A predefinição é false.

Atributos

Observações

Importante

O script XSLT deve ser habilitado somente se você precisar de suporte a scripts e estiver trabalhando em um ambiente totalmente confiável.

Aplica-se a

Ver também