XmlWriterSettings.DoNotEscapeUriAttributes Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die XmlWriter URI-Attribute nicht escapen.

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 die XmlWriter URI-Attribute nicht escapen; andernfalls false. Der Standardwert lautet false.

Gilt für: