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

プロパティ値

が URI 属性をエスケープしない場合は a0/&。それ以外の場合は a0/&。 既定値は false です。

適用対象