Uri.Canonicalize Método

Definição

Cuidado

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

Cuidado

Uri.Canonicalize has been deprecated and is not supported.

Cuidado

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

Converte o URI armazenado internamente em forma canônica.

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 ()
Atributos

Exceções

Essa instância representa um URI relativo e esse método é válido apenas para URIs absolutos.

O URI está formado incorretamente.

Comentários

Armazena internamente a versão canônica do URI.

Aplica-se a