Uri.Canonicalize Metoda

Definicja

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.

Dotyczy