Uri.Escape Метод

Определение

Внимание

Uri.Escape has been deprecated and is not supported.

Внимание

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

Внимание

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

Преобразует все небезопасные или зарезервированные символы в компонент пути в шестнадцатеричные представления символов.

protected:
 virtual void Escape();
[System.Obsolete("Uri.Escape has been deprecated and is not supported.")]
protected virtual void Escape();
[System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void Escape();
[System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void Escape();
protected virtual void Escape();
[<System.Obsolete("Uri.Escape has been deprecated and is not supported.")>]
abstract member Escape : unit -> unit
override this.Escape : 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 Escape : unit -> unit
override this.Escape : 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 Escape : unit -> unit
override this.Escape : unit -> unit
abstract member Escape : unit -> unit
override this.Escape : unit -> unit
Protected Overridable Sub Escape ()
Атрибуты

Исключения

Недопустимый URI, передаваемый из конструктора. Это исключение может произойти, если универсальный код ресурса (URI) имеет слишком много символов или URI является относительным.

Применяется к