Click or drag to resize
RequestContextCurrentPort Property

Note: This API is now obsolete.

Returns the current request URL port.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Property will be removed. Use URL.Port instead.")]
public static int CurrentPort { get; }

Property Value

Type: Int32
See Also