XmlWriterSettings.DoNotEscapeUriAttributes Propriedade

Definição

Recebe ou define um valor que indica se o XmlWriter não escapa dos atributos URI.

public:
 property bool DoNotEscapeUriAttributes { bool get(); void set(bool value); };
public bool DoNotEscapeUriAttributes { get; set; }
member this.DoNotEscapeUriAttributes : bool with get, set
Public Property DoNotEscapeUriAttributes As Boolean

Valor de Propriedade

true se o XmlWriter não escapa dos atributos URI; caso contrário, false. A predefinição é false.

Aplica-se a