Uri.Canonicalize Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202
Przestroga
Uri.Canonicalize has been deprecated and is not supported.
Przestroga
The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202
Konwertuje wewnętrznie przechowywany identyfikator URI na postać kanoniczną.
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 ()
- Atrybuty
Wyjątki
To wystąpienie reprezentuje względny identyfikator URI, a ta metoda jest prawidłowa tylko dla bezwzględnych identyfikatorów URI.
Identyfikator URI jest niepoprawnie sformułowany.
Uwagi
Przechowuje wewnętrznie wersję kanoniczną identyfikatora URI.