Uri.Escape Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
Uri.Escape has been deprecated and is not supported.
Attenzione
The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202
Attenzione
The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202
Converte tutti i caratteri non sicuri o riservati nel componente percorso nelle relative rappresentazioni di caratteri esadecimali.
protected:
virtual void Escape();
[System.Obsolete("Uri.Escape has been deprecated and is not supported.")]
protected virtual void Escape();
[System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void Escape();
[System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void Escape();
protected virtual void Escape();
[<System.Obsolete("Uri.Escape has been deprecated and is not supported.")>]
abstract member Escape : unit -> unit
override this.Escape : unit -> unit
[<System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member Escape : unit -> unit
override this.Escape : unit -> unit
[<System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member Escape : unit -> unit
override this.Escape : unit -> unit
abstract member Escape : unit -> unit
override this.Escape : unit -> unit
Protected Overridable Sub Escape ()
- Attributi
Eccezioni
L'URI passato dal costruttore non è valido. Questa eccezione può verificarsi se un URI ha troppi caratteri o l'URI è relativo.