20 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)
21var routeValues = new RouteValueDictionary(new Dictionary<string, string>() 45var routeValues = new RouteValueDictionary(new Dictionary<string, string>() 74new RouteValueDictionary( 162var routeValues = new RouteValueDictionary(new Dictionary<string, string>() 177var routeValues = new RouteValueDictionary(new Dictionary<string, string>() 194var routeValues = new RouteValueDictionary(new Dictionary<string, string>()
AcceptedAtRouteResultTests.cs (1)
28new RouteValueDictionary(
CreatedAtRouteOfTResultTests.cs (2)
22var routeValues = new RouteValueDictionary(new Dictionary<string, string>() 46new 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.TagHelpers (3)
AnchorTagHelper.cs (1)
221routeValues = new RouteValueDictionary(_routeValues);
FormActionTagHelper.cs (1)
233routeValues = new RouteValueDictionary(_routeValues);
FormTagHelper.cs (1)
240routeValues = new RouteValueDictionary(_routeValues);
Mvc.RoutingWebSite (1)
Controllers\LG1Controller.cs (1)
130return new RouteValueDictionary(query.ToDictionary(kvp => kvp.Key, kvp => kvp.Value.ToString()));