Uri.Canonicalize Método

Definición

Precaución

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

Precaución

Uri.Canonicalize has been deprecated and is not supported.

Precaución

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

Convierte el identificador URI almacenado internamente en formato canónico.

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

Excepciones

Esta instancia representa un identificador URI relativo, y este método sólo es válido para identificadores URI absolutos.

El identificador URI no tiene el formato correcto.

Comentarios

Almacena internamente la versión canónica del URI.

Se aplica a