Click or drag to resize
URLHelperEnsureProperPort Method
Sets proper port according to SSL option and custom port.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static Uri EnsureProperPort(
	bool isSSL,
	Uri uri
)

Parameters

isSSL
Type: SystemBoolean
SSL option
uri
Type: SystemUri
Uri to check

Return Value

Type: Uri
See Also