| URLHelperGetUrlExtension Method | 
            Gets the extension for the given URL. Returns the extension with the dot, e.g. ".gif"
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string GetUrlExtension(
	string url
)
Parameters
- url
- Type: SystemString
 URL to analyze
Return Value
Type: 
String See Also
See Also