Uri.Canonicalize Metodo

Definizione

Attenzione

The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202

Attenzione

Uri.Canonicalize has been deprecated and is not supported.

Attenzione

The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202

Converte in formato canonico l'URI archiviato internamente.

protected:
 virtual void Canonicalize();
[System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void Canonicalize ();
[System.Obsolete("Uri.Canonicalize has been deprecated and is not supported.")]
protected virtual void Canonicalize ();
[System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void Canonicalize ();
protected virtual void Canonicalize ();
[<System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member Canonicalize : unit -> unit
override this.Canonicalize : unit -> unit
[<System.Obsolete("Uri.Canonicalize has been deprecated and is not supported.")>]
abstract member Canonicalize : unit -> unit
override this.Canonicalize : 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 Canonicalize : unit -> unit
override this.Canonicalize : unit -> unit
abstract member Canonicalize : unit -> unit
override this.Canonicalize : unit -> unit
Protected Overridable Sub Canonicalize ()
Attributi

Eccezioni

Questa istanza rappresenta un URI relativo e questo metodo è valido solo per URI assoluti.

L'URI non è formato correttamente.

Commenti

Archivia la versione canonica dell'URI internamente.

Si applica a