Occurs when a page load failed for some reason.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public event PageEventHandler FailedLoadingPage |
Remarks
This event is generated if a LoadingPage is NOT followed by a LoadedPage, i e FailedLoadingPage is
called instead of LoadedPage. This is typically used if you need to clean up something that was
initiated by LoadingPage.