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

true , wenn keine XmlWriter Escape-URI-Attribute enthält, falseandernfalls . Der Standardwert ist false.

Gilt für: