XmlWriterSettings.DoNotEscapeUriAttributes Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of de XmlWriter URI-kenmerken niet 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

Waarde van eigenschap

trueals de XmlWriter URI-kenmerken niet ontsnappen; anders. false De standaardwaarde is false.

Van toepassing op