Gets the Id of the page currently being rendered

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

Syntax

C#
public static Guid CurrentPageId { get; }
Visual Basic
Public Shared ReadOnly Property CurrentPageId As Guid
	Get
Visual C++
public:
static property Guid CurrentPageId {
	Guid get ();
}

See Also