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

경로 구성 요소의 안전하지 않거나 예약된 문자를 16진수 문자 표현으로 변환합니다.

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가 상대적인 경우에 발생할 수 있습니다.

적용 대상