XmlWriterSettings.DoNotEscapeUriAttributes Vlastnost

Definice

Získá nebo nastaví hodnotu, která označuje, zda XmlWriter neukazuje atributy identifikátoru URI.

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

Hodnota vlastnosti

Boolean

trueXmlWriter pokud neunikne řídicí atributy identifikátoru URI, jinak false. Výchozí formát je false.

Platí pro