| URLHelperContainsProtocol Method  | 
            Returns true if the URL contains the protocol part.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntaxpublic static bool ContainsProtocol(
	string url
)
Parameters
- url
 - Type: SystemString
URL to check 
Return Value
Type: 
Boolean
See Also