C# Class UCosmic.Www.Mvc.Controllers.RequiredIfPresentRouteConstraint

Inheritance: IRouteConstraint
Mostrar archivo Open project: ucosmic/UCosmicPreview

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