AzureHelperEnsureUrl Method |
Returns URL ending with slash and starting with https:// if no protocol is given.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string EnsureUrl(
string url
)
Parameters
- url
- Type: SystemString
Input URL.
Return Value
Type:
StringSee Also