XmlWriterSettings.DoNotEscapeUriAttributes Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy XmlWriter atrybuty identyfikatora URI nie są ucieczką.

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

Wartość właściwości

trueXmlWriter jeśli atrybuty identyfikatora URI nie unikną; w przeciwnym razie false. Wartość domyślna to false.

Dotyczy