XmlWriterSettings.DoNotEscapeUriAttributes Proprietà

Definizione

Ottiene o imposta un valore che indica se l'elemento XmlWriter non imposta come escape gli 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 gli attributi dell'URI XmlWriter di escape non vengono usata; in caso contrario, false. Il valore predefinito è false.

Si applica a