HttpServerUtility.UrlPathEncode(String) メソッド

定義

使用しないでください。ブラウザーの互換性のためだけのものです。 UrlEncode(String) を使用してください。

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

パラメーター

s
String

URL エンコードするテキスト。

返品

URL エンコードされたテキスト。

適用対象