Returns true if the route matches the context.
Namespace: CMS.URLRewritingEngineAssembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- httpContext
- Type: System.Web HttpContextBase
Http context
- route
- Type: System.Web.Routing Route
Route
- parameterName
- Type: System String
Name of the parameter
- values
- Type: System.Web.Routing RouteValueDictionary
Values of the route
- routeDirection
- Type: System.Web.Routing RouteDirection
Direction of the route
Return Value
Type: BooleanSee Also