C# Class Elmah.ErrorLogPage

Renders an HTML page displaying a page of errors from the error log.
Inheritance: ErrorPageBase
显示文件 Open project: elmah/Elmah

Public Methods

Method Description
Execute ( ) : void

Private Methods

Method Description
LinkHere ( string basePageName, string type, string text, int pageIndex, int pageSize ) : IHtmlString

Method Details

Execute() public method

public Execute ( ) : void
return void