XmlWriterSettings.DoNotEscapeUriAttributes Свойство

Определение

Возвращает или задает значение, указывающее, преобразует ли XmlWriter атрибуты URI в escape-последовательности.

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

Значение свойства

Boolean

true if the XmlWriter does not escape URI attributes; otherwise, false. Значение по умолчанию — false.

Применяется к