| 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: 11.0.0
Syntaxpublic static string AddHTTPToUrl(
	string url
)
Parameters
- url
 - Type: SystemString
URL for which HTTP is added. 
Return Value
Type: 
String
See Also