C# Class Elmah.ErrorHtmlPage

Renders an HTML page displaying the detailed host-generated (ASP.NET) HTML recorded for an error from the error log.
Inheritance: IHttpHandler
Afficher le fichier Open project: elmah/Elmah

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
IHttpHandler ( HttpContext context ) : void
ProcessRequest ( System.Web.HttpContextBase context ) : void

Method Details

IHttpHandler() public méthode

public IHttpHandler ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

ProcessRequest() public méthode

public ProcessRequest ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase
Résultat void