다음을 통해 공유


HttpEncoder.UrlPathEncode(String) 메서드

정의

URL의 하위 섹션을 인코딩합니다.

protected public:
 virtual System::String ^ UrlPathEncode(System::String ^ value);
protected internal virtual string UrlPathEncode (string value);
abstract member UrlPathEncode : string -> string
override this.UrlPathEncode : string -> string
Protected Friend Overridable Function UrlPathEncode (value As String) As String

매개 변수

value
String

인코딩할 문자열입니다.

반환

String

URL 인코딩된 문자열입니다.

설명

UrlPathEncode 메서드는 UrlPathEncode 메서드에 의해 호출됩니다. UrlPathEncode메서드는 다음 단계를 수행 합니다.

  • 메서드의 인코딩 논리를 UrlPathEncode URL (쿼리 문자열 제외)의 경로 부분에만 적용 합니다. 메서드는 URL이 UTF-8 문자열로 인코딩된 것으로 가정 합니다.

  • 첫 번째 128 ASCII 문자의 하위 집합만 결과로 인코딩된 문자열에 사용 되도록 공백이 아닌 인코딩합니다. 유니코드 값 128 이상 또는 32 이하의 모든 문자는 URL로 인코딩됩니다.

  • 공백을 %20으로 인코딩합니다.

적용 대상