XmlWriterSettings.DoNotEscapeUriAttributes Propriedade

Definição

Obtém ou define um valor que indica se o XmlWriter URI não escapa.

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 URI não for escapada; caso contrário, false. O padrão é false.

Aplica-se a