URLHelperRemovePathInfo Method |
Removes the path info from URL.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string RemovePathInfo(
string url,
string pathInfo
)
Parameters
- url
- Type: SystemString
URL to process - pathInfo
- Type: SystemString
Path info to remove
Return Value
Type:
StringSee Also