C# Class StarDotOne.LocaleRouteConstraint

Inheritance: IRouteConstraint
Show file Open project: jongalloway/StarDotOne

Public Methods

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

Private Methods

Method Description
isValid ( string locale ) : bool

Method Details

LocaleRouteConstraint() public method

public LocaleRouteConstraint ( string locale ) : System
locale string
return System

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