C# 클래스 Elmah.ErrorRssHandler

Renders a XML using the RSS 0.91 vocabulary that displays, at most, the 15 most recent errors recorded in the error log.
상속: IHttpHandler
파일 보기 프로젝트 열기: elmah/Elmah

공개 메소드들

메소드 설명
ProcessRequest ( System.Web.HttpContextBase context ) : void

메소드 상세

ProcessRequest() 공개 정적인 메소드

public static ProcessRequest ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase
리턴 void