C# Class RoutingWithWebForms.CustomRouteHandler

Inheritance: IRouteHandler
ファイルを表示 Open project: jeffreypalermo/mvc2inaction

Public Methods

Method Description
CustomRouteHandler ( string virtualPath, string queryString ) : System
GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler

Method Details

CustomRouteHandler() public method

public CustomRouteHandler ( string virtualPath, string queryString ) : System
virtualPath string
queryString string
return System

GetHttpHandler() public method

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