XmlWriterSettings.DoNotEscapeUriAttributes プロパティ

定義

XmlWriter が 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

プロパティ値

Boolean

trueURI 属性falseXmlWriterエスケープしない場合は . 既定値は、false です。

適用対象