XmlWriterSettings.DoNotEscapeUriAttributes Property

Definition

Gets or sets a value that indicates whether the XmlWriter does not escape URI attributes.

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

Property Value

true if the XmlWriter does not escape URI attributes; otherwise, false. The default is false.

Applies to