C# Class IsLocalRouteConstraint, code

Inheritance: IRouteConstraint
Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
Match ( HttpContextBase, context, Route, route, string paramName, RouteValueDictionary, dict, RouteDirection direction ) : bool

Method Details

Match() public méthode

public Match ( HttpContextBase, context, Route, route, string paramName, RouteValueDictionary, dict, RouteDirection direction ) : bool
context HttpContextBase,
route Route,
paramName string
dict RouteValueDictionary,
direction RouteDirection
Résultat bool