C# Class StitchIt.StitchItHandler

Inheritance: IHttpHandler, IRouteHandler
Exibir arquivo Open project: davidpadbury/StitchIt

Public Methods

Method Description
GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler
ProcessRequest ( HttpContext context ) : void
StitchItHandler ( string rootPath, string publicationPath ) : System

Method Details

GetHttpHandler() public method

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

ProcessRequest() public method

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

StitchItHandler() public method

public StitchItHandler ( string rootPath, string publicationPath ) : System
rootPath string
publicationPath string
return System