URLHelperUrlEncodeQueryString Method |
URL encodes query string in given URL. Needs HttpContext.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string UrlEncodeQueryString(
string url
)
Parameters
- url
- Type: SystemString
URL to update.
Return Value
Type:
StringSee Also