Langage

Uri.Canonicalize Méthode

Définition

Attention

Uri.Canonicalize has been deprecated and is not supported.

Attention

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

Attention

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

Convertit l’URI stocké en interne en formulaire canonique.

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. https://go.microsoft.com/fwlink/?linkid=14202")]
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("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. https://go.microsoft.com/fwlink/?linkid=14202")>]
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 ()
Attributs

Exceptions

Cette instance représente un URI relatif et cette méthode est valide uniquement pour les URI absolus.

L’URI est correctement formé.

Remarques

Stocke la version canonique de l’URI en interne.

S’applique à