Uri.Canonicalize Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.