C# Class Calyptus.Mvc.RoutingHandler

Inheritance: IHttpHandlerFactory
Show file Open project: sebmarkbage/calyptus.mvc

Public Methods

Method Description
GetHandler ( HttpContext context, string requestType, string url, string pathTranslated ) : IHttpHandler
ReleaseHandler ( IHttpHandler handler ) : void

Method Details

GetHandler() public method

public GetHandler ( HttpContext context, string requestType, string url, string pathTranslated ) : IHttpHandler
context System.Web.HttpContext
requestType string
url string
pathTranslated string
return IHttpHandler

ReleaseHandler() public method

public ReleaseHandler ( IHttpHandler handler ) : void
handler IHttpHandler
return void