XmlWriterSettings.DoNotEscapeUriAttributes 属性
定义
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 如果 XmlWriter 未转义 URI 属性,则为; 否则为 false 。true if the XmlWriter does not escape URI attributes; otherwise, false. 默认值为 false。The default is false.