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