HttpServerUtilityWrapper.UrlPathEncode(String) 方法

定義

URL 編碼 URL 字串的路徑段。

public:
 override System::String ^ UrlPathEncode(System::String ^ s);
public override string UrlPathEncode(string s);
override this.UrlPathEncode : string -> string
Public Overrides Function UrlPathEncode (s As String) As String

參數

s
String

字串要用來 URL 編碼。

傳回

網址編碼的文字。

適用於