C# Class REST.Routing.PathDoesNotStartWith

Inheritance: IRouteConstraint
Afficher le fichier Open project: bzak/MVC3-Rest-API

Méthodes publiques

Méthode Description
Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool
PathDoesNotStartWith ( string match ) : System

Method Details

Match() public méthode

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
Résultat bool

PathDoesNotStartWith() public méthode

public PathDoesNotStartWith ( string match ) : System
match string
Résultat System