21 references to RouteValueDictionary
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
RouteValueDictionaryTests.cs (1)
181() => new RouteValueDictionary(values),
Microsoft.AspNetCore.Http.Results.Tests (10)
AcceptedAtRouteOfTResultTests.cs (6)
22var routeValues = new RouteValueDictionary(new Dictionary<string, string>() 46var routeValues = new RouteValueDictionary(new Dictionary<string, string>() 75new RouteValueDictionary( 184var routeValues = new RouteValueDictionary(new Dictionary<string, string>() 199var routeValues = new RouteValueDictionary(new Dictionary<string, string>() 216var routeValues = new RouteValueDictionary(new Dictionary<string, string>()
AcceptedAtRouteResultTests.cs (1)
28new RouteValueDictionary(
CreatedAtRouteOfTResultTests.cs (2)
23var routeValues = new RouteValueDictionary(new Dictionary<string, string>() 47new RouteValueDictionary(new Dictionary<string, string>() {
CreatedAtRouteResultTests.cs (1)
29new RouteValueDictionary(new Dictionary<string, string>() {
Microsoft.AspNetCore.Mvc.Core.Test (5)
AcceptedAtRouteResultTests.cs (2)
62var routeValues = new RouteValueDictionary(new Dictionary<string, string>() 91new RouteValueDictionary(
CreatedAtRouteResultTests.cs (1)
30new RouteValueDictionary(new Dictionary<string, string>() {
RedirectToRouteResultTest.cs (1)
204new RouteValueDictionary(new Dictionary<string, string>() {
Routing\ActionEndpointFactoryTest.cs (1)
415AssertIsSubset(new RouteValueDictionary(action.RouteValues), endpoint.RoutePattern.RequiredValues);
Microsoft.AspNetCore.Mvc.Microbenchmarks (2)
ActionSelectorBenchmark.cs (2)
173var routeValues = new RouteValueDictionary(action.RouteValues); 186var routeValues = new RouteValueDictionary(action.RouteValues);
Microsoft.AspNetCore.Mvc.TagHelpers (3)
AnchorTagHelper.cs (1)
221routeValues = new RouteValueDictionary(_routeValues);
FormActionTagHelper.cs (1)
233routeValues = new RouteValueDictionary(_routeValues);
FormTagHelper.cs (1)
240routeValues = new RouteValueDictionary(_routeValues);