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)
21
var routeValues = new
RouteValueDictionary
(new Dictionary<string, string>()
45
var routeValues = new
RouteValueDictionary
(new Dictionary<string, string>()
74
new
RouteValueDictionary
(
162
var routeValues = new
RouteValueDictionary
(new Dictionary<string, string>()
177
var routeValues = new
RouteValueDictionary
(new Dictionary<string, string>()
194
var routeValues = new
RouteValueDictionary
(new Dictionary<string, string>()
AcceptedAtRouteResultTests.cs (1)
28
new
RouteValueDictionary
(
CreatedAtRouteOfTResultTests.cs (2)
22
var routeValues = new
RouteValueDictionary
(new Dictionary<string, string>()
46
new
RouteValueDictionary
(new Dictionary<string, string>() {
CreatedAtRouteResultTests.cs (1)
29
new
RouteValueDictionary
(new Dictionary<string, string>() {
Microsoft.AspNetCore.Mvc.Core.Test (5)
AcceptedAtRouteResultTests.cs (2)
62
var routeValues = new
RouteValueDictionary
(new Dictionary<string, string>()
91
new
RouteValueDictionary
(
CreatedAtRouteResultTests.cs (1)
30
new
RouteValueDictionary
(new Dictionary<string, string>() {
RedirectToRouteResultTest.cs (1)
204
new
RouteValueDictionary
(new Dictionary<string, string>() {
Routing\ActionEndpointFactoryTest.cs (1)
415
AssertIsSubset(new
RouteValueDictionary
(action.RouteValues), endpoint.RoutePattern.RequiredValues);
Microsoft.AspNetCore.Mvc.TagHelpers (3)
AnchorTagHelper.cs (1)
221
routeValues = new
RouteValueDictionary
(_routeValues);
FormActionTagHelper.cs (1)
233
routeValues = new
RouteValueDictionary
(_routeValues);
FormTagHelper.cs (1)
240
routeValues = new
RouteValueDictionary
(_routeValues);
Mvc.RoutingWebSite (1)
Controllers\LG1Controller.cs (1)
130
return new
RouteValueDictionary
(query.ToDictionary(kvp => kvp.Key, kvp => kvp.Value.ToString()));