XmlWriterSettings.DoNotEscapeUriAttributes Proprietà

Definizione

Ottiene o imposta un valore che indica se l'oggetto non esegue l'escape XmlWriter degli attributi 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

Valore della proprietà

true se non esegue l'escape XmlWriter degli attributi URI; in caso contrario, false. Il valore predefinito è false.

Si applica a