XmlWriterSettings.DoNotEscapeUriAttributes Propiedad

Definición

Obtiene o establece un valor que indica si XmlWriter no realiza escape de los 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 de propiedad

true es si no tiene XmlWriter escape en los atributos de URI; de lo contrario, falsees . De manera predeterminada, es false.

Se aplica a