C# Class PeteGoo.WorkflowServiceTrackingViewer.TrackingViewHttpHandlerRouteHandler

An IRouteHandler that routes to the TrackingViewerHttpHandler
Inheritance: IRouteHandler
显示文件 Open project: PeteGoo/Workflow-Service-Tracking-Viewer

Public Methods

Method Description
GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler

Gets the Http Handler

Method Details

GetHttpHandler() public method

Gets the Http Handler
public GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler
requestContext System.Web.Routing.RequestContext
return IHttpHandler