| URLHelperRemoveExtension Method  | 
            Removes the potential extension from the given path.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntaxpublic static string RemoveExtension(
	string path
)
Parameters
- path
 - Type: SystemString
Path to process 
Return Value
Type: 
String
See Also