PathString.ToUriComponent 方法

定义

提供以特定方式转义的路径字符串,该方式可以正确地将字符串组合成 URI 表示形式。

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

返回

转义的路径值

适用于