Click or drag to resize
AzureHelperEnsureUrl Method
Returns URL ending with slash and starting with https:// if no protocol is given.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static string EnsureUrl(
	string url
)

Parameters

url
Type: SystemString
Input URL.

Return Value

Type: String
See Also