Gets the current page in current http request.

Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Field Value

Current Page Info.

See Also