HttpServerUtilityWrapper.UrlPathEncode(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 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 編碼的字串。
傳回
URL 編碼的文字。