Gets the PageNode for the current page.

Namespace: Composite.Data
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public PageNode CurrentPageNode { get; }
Visual Basic
Public ReadOnly Property CurrentPageNode As PageNode
	Get
Visual C++
public:
property PageNode^ CurrentPageNode {
	PageNode^ get ();
}

See Also