Gets or sets the current page handler.
Namespace:
EPiServerAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public ICurrentPage CurrentPageHandler { get; set; } |
Field Value
The current page handler.
Remarks
The page handler is used to retrieve the current page. By assignig your own implementation to this property
you can take control over the process of retrieving the current page.