Returns protocol from url.
e.g. http, https, ftp, ...
If no protocol found, null is returned.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- url
- Type: System String
Url that may contain any protocol in valid format
Return Value
Type: StringSee Also