C# Class NotDeadYet.MVC4.ExactMatchConstraint

Inheritance: IRouteConstraint
显示文件 Open project: uglybugger/NotDeadYet Class Usage Examples

Public Methods

Method Description
Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool

Method Details

Match() public method

public Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool
httpContext System.Web.HttpContextBase
route System.Web.Routing.Route
parameterName string
values RouteValueDictionary
routeDirection RouteDirection
return bool