XmlWriterSettings.DoNotEscapeUriAttributes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティ値
true
URI 属性false
をXmlWriterエスケープしない場合は . 既定値は、false
です。