Gets the current HttpContext

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static HttpContextBase Current { get; }
Visual Basic
Public Shared ReadOnly Property Current As HttpContextBase
	Get

See Also