PathString.ToUriComponent 메서드

정의

URI 표현으로 결합할 수 있는 올바른 방식으로 이스케이프된 경로 문자열을 제공합니다.

public:
 System::String ^ ToUriComponent();
public string ToUriComponent ();
member this.ToUriComponent : unit -> string
Public Function ToUriComponent () As String

반환

이스케이프된 경로 값입니다.

적용 대상