Share via


XmlWriterSettings.DoNotEscapeUriAttributes Özellik

Tanım

URI özniteliklerinden kaçmadığını XmlWriter belirten bir değer alır veya ayarlar.

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

Özellik Değeri

trueXmlWriter URI özniteliklerinden kaçmıyorsa; değilse, false. Varsayılan değer: false.

Şunlara uygulanır