IServerUrlPathEncode Method |
URL-encodes the path section of a URL string.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax string UrlPathEncode(
string requestUrl
)
Parameters
- requestUrl
- Type: SystemString
The string to URL-encode.
Return Value
Type:
StringThe URL-encoded text.
See Also