HtmlEscape(input, leaveSingleQuotesAlone, leaveDoubleQuotesAlone) Indent(str, by, indentFirstLine) ParseInt(str, default_, style, provider) Replace(str, oldValue, newValue, comparison)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: string UrlEscape(this string)Declarationpublic 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. Parametersthis string | input |
The string to apply URL escaping to. |
Returns
The specified string with the necessary URL escaping applied. See also |