| URLHelperRemoveFirstPart Method  | 
            Returns the string with first selector removed.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntaxpublic static string RemoveFirstPart(
	string expression,
	string delimiter
)
Parameters
- expression
 - Type: SystemString
Expression - delimiter
 - Type: SystemString
Selector delimiter 
Return Value
Type: 
String
See Also