Click or drag to resize
MvcAdapterProceedDefaultRouteValues Method
Proceeds the default route values.

Namespace: CMS.Mvc
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
public static void ProceedDefaultRouteValues(
	RouteValueDictionary values,
	RouteValueDictionary routeDefaults
)

Parameters

values
Type: System.Web.RoutingRouteValueDictionary
The values
routeDefaults
Type: System.Web.RoutingRouteValueDictionary
The route defaults
See Also