C# Class EasyMVC.Filters.AutoRouteHandler

Inheritance: MvcRouteHandler
显示文件 Open project: hhariri/EasyMVC

Protected Methods

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

Private Methods

Method Description
ConvertDictionaryToString ( NameValueCollection queryString ) : string
TryGetFormat ( string controllerName, string &format ) : bool

Method Details

GetHttpHandler() protected method

protected GetHttpHandler ( System requestContext ) : System.Web.IHttpHandler
requestContext System
return System.Web.IHttpHandler