C# 클래스 StitchIt.StitchItHandler

상속: IHttpHandler, IRouteHandler
파일 보기 프로젝트 열기: davidpadbury/StitchIt

공개 메소드들

메소드 설명
GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler
ProcessRequest ( HttpContext context ) : void
StitchItHandler ( string rootPath, string publicationPath ) : System

메소드 상세

GetHttpHandler() 공개 메소드

public GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler
requestContext System.Web.Routing.RequestContext
리턴 IHttpHandler

ProcessRequest() 공개 메소드

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

StitchItHandler() 공개 메소드

public StitchItHandler ( string rootPath, string publicationPath ) : System
rootPath string
publicationPath string
리턴 System