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.APIAssembly: AdvantageCSP.API (in AdvantageCSP.API.dll)
Syntax
public RouteValueDictionary RouteValues { get; }

