Gets the Id of the page currently being rendered

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

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