HttpUtility.UrlPathEncode(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
使用しないでください。ブラウザーの互換性のみを目的としています。 UrlEncode(String) を使用してください。
public:
static System::String ^ UrlPathEncode(System::String ^ str);
public static string? UrlPathEncode(string? str);
public static string UrlPathEncode(string str);
static member UrlPathEncode : string -> string
Public Shared Function UrlPathEncode (str As String) As String
パラメーター
- str
- String
エンコードするテキスト。
返品
エンコードされたテキスト。