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

속성 값

trueXmlWriter URI 특성을 이스케이프하지 않으면 이고, false그렇지 않으면 입니다. 기본값은 false입니다.

적용 대상