Uri.Canonicalize メソッド

定義

注意事項

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

注意事項

Uri.Canonicalize has been deprecated and is not supported.

注意事項

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

内部的に格納された URI を正規形式に変換します。

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 ()
属性

例外

このインスタンスは相対 URI を表します。このメソッドは、絶対 URI でのみ有効です。

この URI の形式が誤っています。

注釈

URI の正規バージョンを内部的に格納します。

適用対象