Represents the method that will handle loading of page data.
Namespace:
EPiServer.Web.WebControlsAssembly: 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.