URLHelperEnsureProperPort Method |
Sets proper port according to SSL option and custom port.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static Uri EnsureProperPort(
bool isSSL,
Uri uri
)
Parameters
- isSSL
- Type: SystemBoolean
SSL option - uri
- Type: SystemUri
Uri to check
Return Value
Type:
UriSee Also