Uri.Canonicalize Yöntem

Tanım

Dikkat

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

Dikkat

Uri.Canonicalize has been deprecated and is not supported.

Dikkat

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

Dahili olarak depolanan URI'yi kurallı biçime dönüştürür.

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 ()
Öznitelikler

Özel durumlar

Bu örnek göreli bir URI'yi temsil eder ve bu yöntem yalnızca mutlak URI'ler için geçerlidir.

URI yanlış biçimlendirilmiş.

Açıklamalar

URI'nin kurallı sürümünü dahili olarak depolar.

Şunlara uygulanır