AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageDelegatingHandlerBase..::..RouteValues Property

Gets the route values from the current HTTP request. Checks for attribute-routing sub-routes first (MS_SubRoutes) and falls back to the standard route-data lookup when none are present.

Namespace:  AdvantageCSP.API
Assembly:  AdvantageCSP.API (in AdvantageCSP.API.dll)

Syntax


public RouteValueDictionary RouteValues { get; }

Field Value

The merged route value dictionary for the current request.