XmlWriterSettings.DoNotEscapeUriAttributes Egenskap

Definition

Hämtar eller anger ett värde som anger om URI-attributen XmlWriter inte är undantagna.

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

Egenskapsvärde

true XmlWriter om inte escape-URI-attributen, annars , false. Standardvärdet är false.

Gäller för