Declaration
public static string UrlEscape(
this string input
)
Summary
Escapes all necessary characters in the specified string so as to make it usable safely in a URL.
Parameters
this string | input |
The string to apply URL escaping to. |
Returns
The specified string with the necessary URL escaping applied.
See also