XmlWriterSettings.DoNotEscapeUriAttributes Propriedade

Definição

Obtém ou define um valor que indica se o XmlWriter não escapa atributos de 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 da propriedade

true se o XmlWriter não escapar de atributos de URI; caso contrário, false. O padrão é false.

Aplica-se a