C# 클래스 MiniMVC.HttpHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: mausch/MiniMVC

공개 프로퍼티들

프로퍼티 타입 설명
NotFound IHttpHandler

공개 메소드들

메소드 설명
HttpHandler ( Action action ) : System
ProcessRequest ( HttpContext context ) : void

메소드 상세

HttpHandler() 공개 메소드

public HttpHandler ( Action action ) : System
action Action
리턴 System

ProcessRequest() 공개 메소드

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

프로퍼티 상세

NotFound 공개적으로 정적으로 프로퍼티

public static IHttpHandler NotFound
리턴 IHttpHandler