XmlWriterSettings.DoNotEscapeUriAttributes Eigenschaft

Definition

Ruft einen Wert ab oder legt einen Wert fest, der angibt, ob XmlWriter die URI-Attribute nicht mit Escapezeichen versehen soll.

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

Eigenschaftswert

Boolean

true wenn die XmlWriter URI-Attribute nicht zurückgegeben werden; andernfalls false. Der Standardwert ist false.

Gilt für: