| URLHelperAddHTTPToUrl Method | 
            Adds HTTP protocol to URL if it's not contain HTTP or HTTPS.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string AddHTTPToUrl(
	string url
)
Parameters
- url
- Type: SystemString
 URL for which HTTP is added.
Return Value
Type: 
String See Also
See Also