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