C# Class MiniMVC.HttpHandler

Inheritance: IHttpHandler
显示文件 Open project: mausch/MiniMVC

Public Properties

Property Type Description
NotFound IHttpHandler

Public Methods

Method Description
HttpHandler ( Action action ) : System
ProcessRequest ( HttpContext context ) : void

Method Details

HttpHandler() public method

public HttpHandler ( Action action ) : System
action Action
return System

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void

Property Details

NotFound public_oe static_oe property

public static IHttpHandler NotFound
return IHttpHandler