Represents the method that will handle loading of page data.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public delegate PageData GetPageMethod(
	PageReference pageLink
)

Parameters

pageLink
Type: EPiServer.Core..::.PageReference
The PageReference whos data should be retreived.

Return Value

A PageData object.

See Also