557 references to RouteValueDictionary
DeveloperExceptionPageSample (1)
Startup.cs (1)
19
context.Request.RouteValues = new
RouteValueDictionary
(new
Microsoft.AspNetCore.Http.Abstractions.Tests (48)
RouteValueDictionaryTests.cs (48)
28
var dict = new
RouteValueDictionary
(values: (object?)null);
62
var other = new
RouteValueDictionary
(new { key = "value" });
119
var dict = new
RouteValueDictionary
(values);
141
var dict = new
RouteValueDictionary
(values);
193
var dict = new
RouteValueDictionary
(obj);
210
var dict = new
RouteValueDictionary
(obj);
236
var dict = new
RouteValueDictionary
(obj);
257
var dict = new
RouteValueDictionary
(obj);
272
var dict = new
RouteValueDictionary
(obj);
287
var dict = new
RouteValueDictionary
(obj);
315
var dict = new
RouteValueDictionary
(obj);
332
var dict = new
RouteValueDictionary
(obj);
354
var dictionary = new
RouteValueDictionary
(obj);
368
var dict = new
RouteValueDictionary
(obj);
386
var dict = new
RouteValueDictionary
(obj);
404
var dict = new
RouteValueDictionary
(obj);
468
var dict = new
RouteValueDictionary
(new { age = 30 });
482
var dict = new
RouteValueDictionary
(new { key = "value" });
496
var dict = new
RouteValueDictionary
(new { key = "value" });
588
var dict = new
RouteValueDictionary
(new { age = 30 });
605
var dict = new
RouteValueDictionary
(new { key = "value" });
619
var dict = new
RouteValueDictionary
(new { key = "value" });
700
var dict = new
RouteValueDictionary
(new { key = "value", });
745
var dict = new
RouteValueDictionary
(new { key = "value", });
790
var dict = new
RouteValueDictionary
(new { key = "value", });
848
var dict = new
RouteValueDictionary
(new { age = 30 });
968
var dict = new
RouteValueDictionary
(new { });
983
var dict = new
RouteValueDictionary
(new { key = "value" });
1093
var dict = new
RouteValueDictionary
(new { key = "value" });
1113
var dict = new
RouteValueDictionary
(new { key = "value" });
1133
var dict = new
RouteValueDictionary
(new { key = "value" });
1154
var dict = new
RouteValueDictionary
(new { key = "value" });
1200
var dict = new
RouteValueDictionary
(new { key = "value" });
1215
var dict = new
RouteValueDictionary
(new { key = "value" });
1230
var dict = new
RouteValueDictionary
(new { key = "value" });
1428
var dict = new
RouteValueDictionary
(new { });
1443
var dict = new
RouteValueDictionary
(new { key = "value" });
1458
var dict = new
RouteValueDictionary
(new { key = "value" });
1473
var dict = new
RouteValueDictionary
(new { key = "value" });
1570
var dict = new
RouteValueDictionary
(new { });
1586
var dict = new
RouteValueDictionary
(new { key = "value" });
1603
var dict = new
RouteValueDictionary
(new { key = value });
1620
var dict = new
RouteValueDictionary
(new { key = value });
1783
var dict = new
RouteValueDictionary
(new { key = "value", });
1803
var dict = new
RouteValueDictionary
(new { key = "value", });
1941
var dict = new
RouteValueDictionary
(new { key = "value" });
1956
var dict = new
RouteValueDictionary
(new { key = "value" });
1971
var dict = new
RouteValueDictionary
(new { key = "value" });
Microsoft.AspNetCore.Http.Microbenchmarks (6)
RouteValueDictionaryBenchmark.cs (6)
25
_propertyValues = new
RouteValueDictionary
(new { action = "Index", controller = "Home", id = "17" });
89
var propertyValues = new
RouteValueDictionary
(new { action = "Index", controller = "Home", id = "17", area = "root" });
96
var propertyValues = new
RouteValueDictionary
(new { action = "Index", controller = "Home", id = "17", area = "root" });
103
var propertyValues = new
RouteValueDictionary
(new { action = "Index", controller = "Home", id = "17" });
110
var propertyValues = new
RouteValueDictionary
(new { action = "Index", controller = "Home", id = "17" });
183
var propertyValues = new
RouteValueDictionary
(new { action = "Index", controller = "Home", id = "17" });
Microsoft.AspNetCore.Http.Results (5)
AcceptedAtRoute.cs (1)
41
: this(routeName, new
RouteValueDictionary
(routeValues))
AcceptedAtRouteOfT.cs (1)
44
: this(routeName, new
RouteValueDictionary
(routeValues), value)
CreatedAtRoute.cs (1)
41
: this(routeName, new
RouteValueDictionary
(routeValues))
CreatedAtRouteOfT.cs (1)
44
: this(routeName, new
RouteValueDictionary
(routeValues), value)
RedirectToRouteHttpResult.cs (1)
99
new
RouteValueDictionary
(routeValues),
Microsoft.AspNetCore.Http.Results.Tests (19)
AcceptedAtRouteOfTResultTests.cs (1)
100
Assert.Equal(new
RouteValueDictionary
(values), linkGenerator.RouteValuesAddress.ExplicitValues);
AcceptedAtRouteResultTests.cs (1)
54
Assert.Equal(new
RouteValueDictionary
(values), linkGenerator.RouteValuesAddress.ExplicitValues);
CreatedAtRouteOfTResultTests.cs (1)
70
Assert.Equal(new
RouteValueDictionary
(values), linkGenerator.RouteValuesAddress.ExplicitValues);
CreatedAtRouteResultTests.cs (1)
53
Assert.Equal(new
RouteValueDictionary
(values), linkGenerator.RouteValuesAddress.ExplicitValues);
ResultsTests.cs (6)
94
Assert.Equal(new
RouteValueDictionary
(routeValues), result.RouteValues);
144
Assert.Equal(new
RouteValueDictionary
(routeValues), result.RouteValues);
207
Assert.Equal(new
RouteValueDictionary
(routeValues), result.RouteValues);
758
Assert.Equal(new
RouteValueDictionary
(routeValues), result.RouteValues);
822
Assert.Equal(new
RouteValueDictionary
(routeValues), result.RouteValues);
1530
Assert.Equal(new
RouteValueDictionary
(routeValues), result.RouteValues);
TypedResultsTests.cs (9)
122
Assert.Equal(new
RouteValueDictionary
(routeValues), result.RouteValues);
139
Assert.Equal(new
RouteValueDictionary
(routeValues), result.RouteValues);
194
Assert.Equal(new
RouteValueDictionary
(routeValues), result.RouteValues);
210
Assert.Equal(new
RouteValueDictionary
(routeValues), result.RouteValues);
706
Assert.Equal(new
RouteValueDictionary
(routeValues), result.RouteValues);
766
Assert.Equal(new
RouteValueDictionary
(routeValues), result.RouteValues);
782
Assert.Equal(new
RouteValueDictionary
(routeValues), result.RouteValues);
1312
Assert.Equal(new
RouteValueDictionary
(routeValues), result.RouteValues);
1340
Assert.Equal(new
RouteValueDictionary
(routeValues), result.RouteValues);
Microsoft.AspNetCore.Http.Tests (2)
Internal\DefaultHttpRequestTests.cs (2)
217
request.RouteValues = new
RouteValueDictionary
(new { key = "value" });
231
RouteValues = new
RouteValueDictionary
(new { key = "customvalue" })
Microsoft.AspNetCore.Mvc.Core (18)
AcceptedAtActionResult.cs (1)
38
RouteValues = routeValues == null ? null : new
RouteValueDictionary
(routeValues);
AcceptedAtRouteResult.cs (1)
46
RouteValues = routeValues == null ? null : new
RouteValueDictionary
(routeValues);
Builder\ControllerEndpointRouteBuilderExtensions.cs (5)
114
new
RouteValueDictionary
(defaults),
115
new
RouteValueDictionary
(constraints),
116
new
RouteValueDictionary
(dataTokens));
155
var defaultsDictionary = new
RouteValueDictionary
(defaults);
158
var constraintsDictionary = new
RouteValueDictionary
(constraints);
Builder\MvcAreaRouteBuilderExtensions.cs (2)
123
var defaultsDictionary = new
RouteValueDictionary
(defaults);
126
var constraintsDictionary = new
RouteValueDictionary
(constraints);
CreatedAtActionResult.cs (1)
38
RouteValues = routeValues == null ? null : new
RouteValueDictionary
(routeValues);
CreatedAtRouteResult.cs (1)
46
RouteValues = routeValues == null ? null : new
RouteValueDictionary
(routeValues);
RedirectToActionResult.cs (1)
125
RouteValues = routeValues == null ? null : new
RouteValueDictionary
(routeValues);
RedirectToPageResult.cs (1)
153
RouteValues = routeValues == null ? null : new
RouteValueDictionary
(routeValues);
RedirectToRouteResult.cs (1)
122
RouteValues = routeValues == null ? null : new
RouteValueDictionary
(routeValues);
Routing\ControllerLinkGeneratorExtensions.cs (1)
208
var explicitValues = new
RouteValueDictionary
(values);
Routing\PageLinkGeneratorExtensions.cs (1)
208
var explicitValues = new
RouteValueDictionary
(values);
Routing\UrlHelperBase.cs (1)
102
return new
RouteValueDictionary
(values);
UrlHelperExtensions.cs (1)
478
var routeValues = new
RouteValueDictionary
(values);
Microsoft.AspNetCore.Mvc.Core.Test (60)
Builder\MvcAreaRouteBuilderExtensionsTest.cs (1)
249
var values = new
RouteValueDictionary
(new { area = areaName });
ConsumesAttributeTests.cs (1)
410
foreach (var kvp in new
RouteValueDictionary
(routeValues))
Infrastructure\ActionSelectionTableTest.cs (15)
43
var values = new
RouteValueDictionary
(new { controller = "Home", action = "Index", });
80
var values = new
RouteValueDictionary
(new { controller = "Home", action = "Index", });
120
var values = new
RouteValueDictionary
(new { controller = "Home", action = "Index", });
158
var values = new
RouteValueDictionary
(new { controller = "Home", action = "Index", });
193
var values = new
RouteValueDictionary
(new { controller = "Home", action = "Index", });
228
var values = new
RouteValueDictionary
(new { controller = "Foo", action = "Index", });
258
var values = new
RouteValueDictionary
(new { controller = "Home", action = "Index", });
288
var values = new
RouteValueDictionary
(new { controller = "Home", action = "Index", });
337
var values = new
RouteValueDictionary
(new { controller = "Home", action = "Index", });
386
var values = new
RouteValueDictionary
(new { controller = "HOME", action = "iNDex", });
416
var values = new
RouteValueDictionary
(new { area = "", controller = "Home", action = "Index", });
447
var values = new
RouteValueDictionary
(new { area = "", controller = "HoMe", action = "InDeX", });
478
var values = new
RouteValueDictionary
(new { area = (string)null, controller = "Home", action = "Index", });
507
var values = new
RouteValueDictionary
(new { foo = "", controller = "Home", action = "Index", });
536
var values = new
RouteValueDictionary
(new { foo = (string)null, controller = "Home", action = "Index", });
Infrastructure\ActionSelectorTest.cs (2)
1093
new
RouteValueDictionary
(ambientValues),
1094
new
RouteValueDictionary
(routeValues));
Routing\ActionEndpointFactoryTest.cs (6)
62
defaults: new
RouteValueDictionary
(new { action = "TestAction" }));
143
defaults: new
RouteValueDictionary
(new { controller = "TestController", action = "TestAction1" }));
165
defaults: new
RouteValueDictionary
(new { controller = "TestController", action = "TestAction1" }));
299
constraints: new
RouteValueDictionary
(new { action = "(TestAction1|TestAction2)" }));
317
constraints: new
RouteValueDictionary
(new { action = "(TestAction1|TestAction2)" }));
462
var routeValues = new
RouteValueDictionary
(requiredValues);
Routing\AttributeRouteTest.cs (1)
235
Assert.Equal(new
RouteValueDictionary
(new { slug = "hello" }), e.Defaults);
Routing\ControllerActionEndpointDataSourceTest.cs (1)
567
foreach (var kvp in new
RouteValueDictionary
(values))
Routing\ControllerLinkGeneratorExtensionsTest.cs (6)
64
values: new
RouteValueDictionary
(new { query = "some?query" }),
91
values: new
RouteValueDictionary
(new { query = "some?query" }),
123
values: new
RouteValueDictionary
(new { query = "some?query" }),
150
values: new
RouteValueDictionary
(new { query = "some?query" }),
184
values: new
RouteValueDictionary
(new { query = "some?query" }),
233
httpContext.Request.RouteValues = new
RouteValueDictionary
(ambientValues);
Routing\DynamicControllerEndpointMatcherPolicyTest.cs (11)
173
return new ValueTask<RouteValueDictionary>(new
RouteValueDictionary
(new
212
var values = new RouteValueDictionary[] { new
RouteValueDictionary
(new { slug = "test", }), };
219
return new ValueTask<RouteValueDictionary>(new
RouteValueDictionary
(new
243
var values = new RouteValueDictionary[] { new
RouteValueDictionary
(new { slug = "test", }), };
250
return new ValueTask<RouteValueDictionary>(new
RouteValueDictionary
(new
300
var values = new RouteValueDictionary[] { new
RouteValueDictionary
(new { slug = "test", }), };
307
return new ValueTask<RouteValueDictionary>(new
RouteValueDictionary
(new
339
var values = new RouteValueDictionary[] { new
RouteValueDictionary
(new { slug = "test", }), };
346
return new ValueTask<RouteValueDictionary>(new
RouteValueDictionary
(new
401
var values = new RouteValueDictionary[] { new
RouteValueDictionary
(new { slug = "test", }), };
408
return new ValueTask<RouteValueDictionary>(new
RouteValueDictionary
(new
Routing\EndpointRoutingUrlHelperTest.cs (1)
163
var endpoint = CreateEndpoint(template, new
RouteValueDictionary
(defaults), requiredValues, routeName: routeName);
Routing\PageLinkGeneratorExtensionsTest.cs (6)
35
values: new
RouteValueDictionary
(new { id = 18, query = "some?query" }),
62
values: new
RouteValueDictionary
(new { user = "jamesnk", query = "some?query" }),
93
values: new
RouteValueDictionary
(new { id = 19, query = "some?query" }),
120
values: new
RouteValueDictionary
(new { id = 19, query = "some?query" }),
154
values: new
RouteValueDictionary
(new { query = "some?query" }),
203
httpContext.Request.RouteValues = new
RouteValueDictionary
(ambientValues);
Routing\UrlHelperTest.cs (3)
104
new
RouteValueDictionary
(new { controller = "Orders", action = "GetById" }));
109
new
RouteValueDictionary
(new { id = "defaultid" }));
114
new
RouteValueDictionary
(new { id = "defaultid" }));
Routing\UrlHelperTestBase.cs (6)
334
values: new
RouteValueDictionary
(
355
values: new
RouteValueDictionary
(
378
values: new
RouteValueDictionary
(
401
values: new
RouteValueDictionary
(
424
values: new
RouteValueDictionary
(
533
values: new
RouteValueDictionary
(
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
LinkBuilder.cs (1)
26
var dictionary = new
RouteValueDictionary
(values);
Microsoft.AspNetCore.Mvc.RazorPages.Test (12)
Infrastructure\DynamicPageEndpointMatcherPolicyTest.cs (11)
190
return new ValueTask<RouteValueDictionary>(new
RouteValueDictionary
(new
223
var values = new RouteValueDictionary[] { new
RouteValueDictionary
(new { slug = "test", }), };
230
return new ValueTask<RouteValueDictionary>(new
RouteValueDictionary
(new
274
var values = new RouteValueDictionary[] { new
RouteValueDictionary
(new { slug = "test", }), };
281
return new ValueTask<RouteValueDictionary>(new
RouteValueDictionary
(new
304
var values = new RouteValueDictionary[] { new
RouteValueDictionary
(new { slug = "test", }), };
311
return new ValueTask<RouteValueDictionary>(new
RouteValueDictionary
(new
342
var values = new RouteValueDictionary[] { new
RouteValueDictionary
(new { slug = "test", }), };
349
return new ValueTask<RouteValueDictionary>(new
RouteValueDictionary
(new
402
var values = new RouteValueDictionary[] { new
RouteValueDictionary
(new { slug = "test", }), };
409
return new ValueTask<RouteValueDictionary>(new
RouteValueDictionary
(new
Infrastructure\PageActionEndpointDataSourceTest.cs (1)
275
foreach (var kvp in new
RouteValueDictionary
(values))
Microsoft.AspNetCore.Mvc.Routing.Abstractions.Tests (3)
RouteDataTest.cs (3)
91
new
RouteValueDictionary
(new { bleh = (string)null }),
137
new
RouteValueDictionary
(new { route = "value2" }),
138
new
RouteValueDictionary
(new { data = "token2" }));
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Rendering\HtmlHelperCheckboxTest.cs (1)
484
var dictionary = new
RouteValueDictionary
(new { Property3 = "Property3Value" });
Microsoft.AspNetCore.Routing (13)
LinkGeneratorEndpointNameAddressExtensions.cs (4)
48
new
RouteValueDictionary
(values),
120
return generator.GetPathByAddress<string>(endpointName, new
RouteValueDictionary
(values), pathBase, fragment, options);
201
new
RouteValueDictionary
(values),
315
return generator.GetUriByAddress<string>(endpointName, new
RouteValueDictionary
(values), scheme, host, pathBase, fragment, options);
LinkGeneratorRouteValuesAddressExtensions.cs (4)
44
var address = CreateAddress(httpContext, routeName,
new
(values));
119
var address = CreateAddress(httpContext: null, routeName,
new
(values));
197
var address = CreateAddress(httpContext, routeName,
new
(values));
308
var address = CreateAddress(httpContext: null, routeName,
new
(values));
MapRouteRouteBuilderExtensions.cs (3)
121
new
RouteValueDictionary
(defaults),
122
new
RouteValueDictionary
(constraints)!,
123
new
RouteValueDictionary
(dataTokens),
Patterns\DefaultRoutePatternTransformer.cs (1)
27
return SubstituteRequiredValues(original, new
RouteValueDictionary
(requiredValues));
Patterns\RoutePatternFactory.cs (1)
1154
return values is null ? null : new
RouteValueDictionary
(values);
Microsoft.AspNetCore.Routing.Microbenchmarks (5)
EndpointRoutingBenchmarkBase.cs (1)
130
context.Request.RouteValues = new
RouteValueDictionary
(ambientValues);
LinkGeneration\SingleRouteRouteValuesAddressSchemeBenchmark.cs (1)
43
ExplicitValues = new
RouteValueDictionary
(new { controller = "Products", action = "Details" }),
LinkGeneration\SingleRouteWithConstraintsBenchmark.cs (1)
43
values: new
RouteValueDictionary
(
LinkGeneration\SingleRouteWithNoParametersBenchmark.cs (1)
43
values: new
RouteValueDictionary
(
LinkGeneration\SingleRouteWithParametersBenchmark.cs (1)
43
values: new
RouteValueDictionary
(
Microsoft.AspNetCore.Routing.Tests (362)
ConstraintMatcherTest.cs (7)
22
var routeValueDictionary = new
RouteValueDictionary
(new { a = "value", b = "value" });
90
var routeValueDictionary = new
RouteValueDictionary
(new { a = "value", b = "value" });
110
var routeValueDictionary = new
RouteValueDictionary
(new { a = "value", b = "value" });
130
var routeValueDictionary = new
RouteValueDictionary
(new { c = "value", d = "value" });
150
var routeValueDictionary = new
RouteValueDictionary
(new { a = "value", b = "value" });
170
var routeValueDictionary = new
RouteValueDictionary
(new { a = "value", b = "value" });
199
var routeValueDictionary = new
RouteValueDictionary
(new { a = "value", b = "value" });
Constraints\HttpMethodRouteConstraintTests.cs (4)
23
var values = new
RouteValueDictionary
(new { });
44
var values = new
RouteValueDictionary
(new { });
64
var values = new
RouteValueDictionary
(new { httpMethod = httpMethod });
84
var values = new
RouteValueDictionary
(new { httpMethod = httpMethod });
Constraints\RegexInlineRouteConstraintTests.cs (3)
27
var values = new
RouteValueDictionary
(new { controller = routeValue });
46
var values = new
RouteValueDictionary
(new { action = "abc" });
74
var values = new
RouteValueDictionary
(new { controller = "\u0130" }); // Turkish upper-case dotted I
Constraints\RegexRouteConstraintTests.cs (5)
31
var values = new
RouteValueDictionary
(new { controller = routeValue });
50
var values = new
RouteValueDictionary
(new { controller = "abc" });
69
var values = new
RouteValueDictionary
(new { controller = "Abc" });
88
var values = new
RouteValueDictionary
(new { action = "abc" });
116
var values = new
RouteValueDictionary
(new { controller = "\u0130" }); // Turkish upper-case dotted I
Constraints\RequiredRouteConstraintTests.cs (4)
25
new
RouteValueDictionary
(new { controller = "Home", action = "Index" }),
45
new
RouteValueDictionary
(new { controller = "Home", action = "Index", area = (string)null }),
65
new
RouteValueDictionary
(new { controller = "Home", action = "Index", area = string.Empty }),
85
new
RouteValueDictionary
(new { controller = "Home", action = "Index", area = "Store" }),
Constraints\StringRouteConstraintTest.cs (7)
18
var values = new
RouteValueDictionary
(new { controller = "home" });
38
var values = new
RouteValueDictionary
(new { controller = "home" });
58
var values = new
RouteValueDictionary
(new { controller = "home" });
78
var values = new
RouteValueDictionary
(new { controller = "home" });
98
var values = new
RouteValueDictionary
(new { controller = "admin" });
118
var values = new
RouteValueDictionary
(new { controller = "admin" });
142
var values = new
RouteValueDictionary
(new { controller = routeValue });
DefaultLinkGeneratorProcessTemplateTest.cs (58)
26
values: new
RouteValueDictionary
(new { p1 = "Home", p3 = "bar", }),
51
values: new
RouteValueDictionary
(new { path = routeValue, }),
83
values: new
RouteValueDictionary
(new { path = routeValue, }),
106
values: new
RouteValueDictionary
(new { path = "a/b b1/c c1" }),
129
values: new
RouteValueDictionary
(new { name = "name with %special #characters" }),
152
values: new
RouteValueDictionary
(new { color = new List<string> { "red", "green", "blue" } }),
175
values: new
RouteValueDictionary
(new { items = new List<int> { 10, 20, 30 } }),
198
values: new
RouteValueDictionary
(new { color = new List<string> { } }),
221
values: new
RouteValueDictionary
(new { page = 1, color = new List<string> { "red", "green", "blue" }, message = "textfortest" }),
244
values: new
RouteValueDictionary
(new { action = "Index" }),
272
values: new
RouteValueDictionary
(new { action = "Index" }),
301
values: new
RouteValueDictionary
(new { id = "18" }),
325
values: new
RouteValueDictionary
(new { id = "18" }),
357
values: new
RouteValueDictionary
(new { action = "П" }),
396
values: new
RouteValueDictionary
(new { action = "Index", ShowStatus = "True", INFO = "DETAILED" }),
426
values: new
RouteValueDictionary
(new { action = "Index" }),
461
values: new
RouteValueDictionary
(new { action = "Index", ShowStatus = "True", INFO = "DETAILED" }),
491
values: new
RouteValueDictionary
(new { action = "InDex" }),
524
values: new
RouteValueDictionary
(new { action = "InDex" }),
561
values: new
RouteValueDictionary
(new { action = "Index", ShowStatus = "True", INFO = "DETAILED" }),
599
values: new
RouteValueDictionary
(new { action = "Index", ShowStatus = "True", INFO = "DETAILED" }),
633
values: new
RouteValueDictionary
(new { action = "Index" }),
659
values: new
RouteValueDictionary
(new { p1 = "abcd" }),
683
values: new
RouteValueDictionary
(new { p1 = "hello", p2 = "1234" }),
709
values: new
RouteValueDictionary
(new { p1 = "abcd" }),
733
values: new
RouteValueDictionary
(new { p1 = "hello", p2 = "1234" }),
770
values: new
RouteValueDictionary
(new { p1 = "hello", p2 = "1234" }),
797
var expectedValues = new
RouteValueDictionary
(
804
values: new
RouteValueDictionary
(new { action = "Store" }),
830
var expectedValues = new
RouteValueDictionary
(
837
values: new
RouteValueDictionary
(new { action = "Store" }),
862
var expectedValues = new
RouteValueDictionary
(
869
values: new
RouteValueDictionary
(new { controller = "Shopping" }),
896
var expectedValues = new
RouteValueDictionary
(
903
values: new
RouteValueDictionary
(new { action = "Store", thirdthing = "13" }),
933
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home", id = 4 }),
959
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home", id = "not-an-integer" }),
985
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home", id = 98 }),
1011
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home" }),
1037
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home", id = "not-an-integer" }),
1063
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home", id = 14 }),
1091
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home", id = 50 }),
1116
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home", name = "products" }),
1139
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home", name = "products" }),
1162
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home" }),
1187
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home", name = "products" }),
1212
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home" }),
1235
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home", name = "products", format = "json" }),
1259
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home", name = "products" }),
1282
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home" }),
1304
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home" }),
1327
values: new
RouteValueDictionary
(new { }),
1350
values: new
RouteValueDictionary
(new { }),
1373
values: new
RouteValueDictionary
(new { }),
1477
values: new
RouteValueDictionary
(explicitValues),
1505
values: new
RouteValueDictionary
(new { c = "Products", a = "Edit" }),
1533
values: new
RouteValueDictionary
(new { c = "Products", a = "List" }),
1641
values: new
RouteValueDictionary
(explicitValues),
DefaultLinkGeneratorTest.cs (23)
87
var path = linkGenerator.GetPathByAddress(1, values: new
RouteValueDictionary
(new { controller = "Home", action = "Index", }));
103
var path = linkGenerator.GetPathByAddress(CreateHttpContext(), 1, values: new
RouteValueDictionary
(new { controller = "Home", action = "Index", }));
121
values: new
RouteValueDictionary
(new { controller = "Home", action = "Index", }),
143
var uri = linkGenerator.GetUriByAddress(httpContext, 1, values: new
RouteValueDictionary
(new { controller = "Home", action = "Index", }));
161
values: new
RouteValueDictionary
(new { controller = "Home", action = "Index", }),
188
values: new
RouteValueDictionary
(new { controller = "TestController", action = "Index", }));
214
values: new
RouteValueDictionary
(new { controller = "TestController", action = "Index", }),
234
values: new
RouteValueDictionary
(new { controller = "Home", action = "Index", }),
253
values: new
RouteValueDictionary
(new { controller = "Home", action = "Index", }),
279
values: new
RouteValueDictionary
(new { controller = "Home", action = "Index", }),
299
values: new
RouteValueDictionary
(new { controller = "Home", action = "In?dex", query = "some?query" }),
373
values: new
RouteValueDictionary
(new { controller = "Home", action = "In?dex", query = "some?query" }),
393
values: new
RouteValueDictionary
(new { controller = "Home", action = "In?dex", query = "some?query" }),
422
values: new
RouteValueDictionary
(new { controller = "Home", action = "In?dex", query = "some?query" }),
446
values: new
RouteValueDictionary
(new { action = "Index", }),
447
ambientValues: new
RouteValueDictionary
(new { controller = "Home", }));
470
values: new
RouteValueDictionary
(new { action = "Index", }),
471
ambientValues: new
RouteValueDictionary
(new { controller = "Home", }));
493
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home", }),
518
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home", }),
544
values: new
RouteValueDictionary
(new { action = "Index", controller = "Home", }),
634
httpContext.Request.RouteValues = new
RouteValueDictionary
(new { controller = "Home", action = "Index" });
673
httpContext.Request.RouteValues = new
RouteValueDictionary
(new { controller = "Home", action = "Index", });
LinkGeneratorEndpointNameExtensionsTest.cs (1)
27
httpContext.Request.RouteValues = new
RouteValueDictionary
(new { p = "5", });
LinkGeneratorIntegrationTest.cs (2)
706
ExplicitValues = new
RouteValueDictionary
(values),
707
AmbientValues = new
RouteValueDictionary
(ambientValues),
LinkGeneratorRouteValuesAddressExtensionsTest.cs (7)
33
httpContext.Request.RouteValues = new
RouteValueDictionary
(new { action = "Index", });
40
values: new
RouteValueDictionary
(new { controller = "Home", query = "some?query" }),
66
values: new
RouteValueDictionary
(new { controller = "Home", action = "Index", query = "some?query" }),
97
values: new
RouteValueDictionary
(new { controller = "Home", action = "Index", query = "some?query" }),
123
values: new
RouteValueDictionary
(new { controller = "Home", action = "Index", query = "some?query" }),
158
values: new
RouteValueDictionary
(new { controller = "Home", action = "Index", query = "some?query" }),
190
values: new
RouteValueDictionary
(new { action = "Index", query = "some?query" }),
LinkGeneratorTestBase.cs (1)
17
httpContext.Request.RouteValues = new
RouteValueDictionary
(ambientValues);
Matching\MatcherAssert.cs (2)
13
AssertRouteValuesEqual(new
RouteValueDictionary
(expectedValues), actualValues);
38
AssertMatch(httpContext, expected, new
RouteValueDictionary
(values));
Matching\MatcherConformanceTest.SingleEndpoint.cs (3)
199
var values = new
RouteValueDictionary
(new { p = "14", });
214
var values = new
RouteValueDictionary
(new { p = "14", });
229
var values = new
RouteValueDictionary
(new { p = "14", });
Patterns\RoutePatternMatcherTest.cs (29)
434
new
RouteValueDictionary
(new { lang = "en", region = "US" }));
444
new
RouteValueDictionary
(new { lang = "en", region = "US" }));
454
new
RouteValueDictionary
(new { lang = "en", region = "US" }));
464
new
RouteValueDictionary
(new { lang = "en", region = "US" }));
494
new
RouteValueDictionary
(new { lang = "en" }));
524
new
RouteValueDictionary
(new { lang = "en" }));
534
new
RouteValueDictionary
(new { lang = "en" }));
544
new
RouteValueDictionary
(new { lang = "en" }));
553
new
RouteValueDictionary
(new { action = "Index", id = (string)null }),
554
new
RouteValueDictionary
(new { controller = "home", action = "index", id = (string)null }));
563
new
RouteValueDictionary
(new { lang = "xx", region = "yy" }),
574
new
RouteValueDictionary
(new { Controller = "Home", id = "123", Param1 = "p1" }));
584
new
RouteValueDictionary
(new { Controller = "Home", action = "index" }));
594
new
RouteValueDictionary
(new { Controller = "Home", action = "index" }));
604
new
RouteValueDictionary
(new { Controller = "Home", action = "index" }));
614
new
RouteValueDictionary
(new { Controller = "Home", action = "index" }));
624
new
RouteValueDictionary
(new { Controller = "Home" }));
634
new
RouteValueDictionary
(new { Controller = "Home" }));
644
new
RouteValueDictionary
(new { Controller = "Home", id = "123", Param1 = "p1" }));
684
new
RouteValueDictionary
(new
691
new
RouteValueDictionary
(new { controller = "Home", action = "ShowPilot", missionId = "777", name = "12345./foobar" }));
754
var values = new
RouteValueDictionary
(new { p2 = "hello" });
772
var values = new
RouteValueDictionary
(new { p2 = "overridden" });
790
var values = new
RouteValueDictionary
(new { p2 = "overridden" });
862
new
RouteValueDictionary
(new { language = "en", locale = "US" }),
872
new
RouteValueDictionary
(new { language = "en", locale = "US" }),
882
new
RouteValueDictionary
(new { language = "en", locale = "US" }),
892
new
RouteValueDictionary
(new { language = "en", locale = "US" }),
1094
new
RouteValueDictionary
(defaults));
RouteCollectionTest.cs (2)
410
new
RouteValueDictionary
(new { controller = "Test", action = "Index" }),
422
new
RouteValueDictionary
(new { a = "Test", c = "Foo" }),
RouteConstraintBuilderTest.cs (1)
161
var routeValues = new
RouteValueDictionary
(new { controller = routeValue });
RouteTest.cs (21)
81
dataTokens: new
RouteValueDictionary
(new { today = "Friday" }),
136
constraints: new
RouteValueDictionary
(new { action = constraint }),
137
dataTokens: new
RouteValueDictionary
(new { today = "Friday" }),
666
values: new
RouteValueDictionary
(new { name = nameRouteValue }),
667
ambientValues: new
RouteValueDictionary
(new { controller = "Home", action = "Index" }));
877
new
RouteValueDictionary
(new { p2 = "\\d{4}" }));
896
new
RouteValueDictionary
(new { p2 = "\\d{4}" }));
918
new
RouteValueDictionary
(new { p2 = "\\d{4}" }));
937
new
RouteValueDictionary
(new { p2 = "\\d{4}" }));
971
new
RouteValueDictionary
(new { p2 = target.Object }));
1002
var expectedValues = new
RouteValueDictionary
(
1033
var expectedValues = new
RouteValueDictionary
(
1063
var expectedValues = new
RouteValueDictionary
(
1094
var expectedValues = new
RouteValueDictionary
(
1503
return CreateVirtualPathContext(new
RouteValueDictionary
(values), null);
1508
return CreateVirtualPathContext(new
RouteValueDictionary
(values), new
RouteValueDictionary
(ambientValues));
1801
new
RouteValueDictionary
(defaults),
1802
new
RouteValueDictionary
(constraints),
1803
new
RouteValueDictionary
(dataTokens),
1827
new
RouteValueDictionary
(defaults),
RouteValuesAddressSchemeTest.cs (12)
169
ExplicitValues = new
RouteValueDictionary
(new { id = 8 }),
170
AmbientValues = new
RouteValueDictionary
(new { urgent = false }),
194
ExplicitValues = new
RouteValueDictionary
(new { id = 7 }),
195
AmbientValues = new
RouteValueDictionary
(new { zipCode = 3500 }),
225
ExplicitValues = new
RouteValueDictionary
(new { id = 12 }),
226
AmbientValues = new
RouteValueDictionary
(new { zipCode = 3500 }),
251
ExplicitValues = new
RouteValueDictionary
(new { id = 7 }),
252
AmbientValues = new
RouteValueDictionary
(new { zipCode = 3500 }),
275
ExplicitValues = new
RouteValueDictionary
(new { id = 10 }),
276
AmbientValues = new
RouteValueDictionary
(new { controller = "Home", action = "Index" }),
299
ExplicitValues = new
RouteValueDictionary
(new { id = 10 }),
300
AmbientValues = new
RouteValueDictionary
(new { controller = "Orders", action = "GetById" }),
Template\TemplateBinderTests.cs (134)
19
new
RouteValueDictionary
(new {val1 = "", val2 = ""}),
20
new
RouteValueDictionary
(new {val2 = "SomeVal2"}),
25
new
RouteValueDictionary
(new {val1 = "", val2 = ""}),
26
new
RouteValueDictionary
(new {val1 = "a"}),
31
new
RouteValueDictionary
(new {val1 = "", val3 = ""}),
32
new
RouteValueDictionary
(new {val2 = "a"}),
37
new
RouteValueDictionary
(new {val1 = "", val2 = ""}),
38
new
RouteValueDictionary
(new {val1 = "a", val2 = "b"}),
43
new
RouteValueDictionary
(new {val1 = "", val2 = "", val3 = ""}),
44
new
RouteValueDictionary
(new {val1 = "a", val2 = "b", val3 = "c"}),
49
new
RouteValueDictionary
(new {val1 = "", val2 = "", val3 = ""}),
50
new
RouteValueDictionary
(new {val1 = "a", val2 = "b"}),
55
new
RouteValueDictionary
(new {val1 = "", val2 = "", val3 = ""}),
56
new
RouteValueDictionary
(new {val1 = "a"}),
61
new
RouteValueDictionary
(new {val1 = "42", val2 = "", val3 = ""}),
67
new
RouteValueDictionary
(new {val1 = "42", val2 = (string)null, val3 = (string)null}),
73
new
RouteValueDictionary
(new {val1 = "21", val2 = "", val3 = "", val4 = ""}),
74
new
RouteValueDictionary
(new {val1 = "42", val2 = "11", val3 = "", val4 = ""}),
79
new
RouteValueDictionary
(new {val1 = "21", val2 = "", val3 = ""}),
80
new
RouteValueDictionary
(new {val1 = "42"}),
85
new
RouteValueDictionary
(new {val1 = "21", val2 = "", val3 = "", val4 = ""}),
86
new
RouteValueDictionary
(new {val1 = "42", val2 = "11"}),
91
new
RouteValueDictionary
(new {val1 = "21", val2 = (string)null, val3 = (string)null}),
92
new
RouteValueDictionary
(new {val1 = "42"}),
97
new
RouteValueDictionary
(new {val1 = "21", val2 = (string)null, val3 = (string)null, val4 = (string)null}),
98
new
RouteValueDictionary
(new {val1 = "42", val2 = "11"}),
150
new
RouteValueDictionary
(new { lang = "en", region = "US" }),
151
new
RouteValueDictionary
(new { lang = "xx", region = "yy" }),
161
new
RouteValueDictionary
(new { lang = "en", region = "US" }),
162
new
RouteValueDictionary
(new { lang = "xx", region = "yy" }),
172
new
RouteValueDictionary
(new { lang = "en", region = "US" }),
173
new
RouteValueDictionary
(new { lang = "xx", region = "yy" }),
185
new
RouteValueDictionary
(new {val1 = "someval1", val2 = "someval2"}),
186
new
RouteValueDictionary
(new {val3 = "someval3"}),
187
new
RouteValueDictionary
(new {val3 = "someval3"}),
192
new
RouteValueDictionary
(new {val1 = "someval1", val2 = "someval2"}),
193
new
RouteValueDictionary
(new {val3 = "someval3a"}),
194
new
RouteValueDictionary
(new {val3 = "someval3v"}),
199
new
RouteValueDictionary
(new {val1 = "someval1", val2 = "someval2"}),
200
new
RouteValueDictionary
(new {val3 = "someval3a"}),
206
new
RouteValueDictionary
(new {val1 = "someval1", val2 = "someval2"}),
208
new
RouteValueDictionary
(new {val3 = "someval3v"}),
213
new
RouteValueDictionary
(new {val1 = "someval1", val2 = "someval2"}),
220
new
RouteValueDictionary
(new {val1 = "someval1", val2 = "someval2" }),
222
new
RouteValueDictionary
(new {val4 = "someval4", val3 = "someval3" }),
228
new
RouteValueDictionary
(new {val1 = "someval1", val2 = "someval2" }),
230
new
RouteValueDictionary
(new {val3 = "someval3" }),
236
new
RouteValueDictionary
(new { }),
238
new
RouteValueDictionary
(new {val2 = "someval2" }),
243
new
RouteValueDictionary
(new {val1 = "someval1", val2 = "someval2" }),
245
new
RouteValueDictionary
(new {val3 = "someval3" }),
299
new
RouteValueDictionary
(new { lang = "en", region = "US" }),
300
new
RouteValueDictionary
(new { lang = "xx", region = "yy" }),
310
new
RouteValueDictionary
(new { lang = "en", region = "US" }),
311
new
RouteValueDictionary
(new { lang = "", region = "yy" }),
321
new
RouteValueDictionary
(new { lang = "en", region = "US" }),
322
new
RouteValueDictionary
(new { lang = "xx", region = "" }),
332
new
RouteValueDictionary
(new { lang = "en" }),
333
new
RouteValueDictionary
(new { lang = "xx" }),
343
new
RouteValueDictionary
(new { lang = "en" }),
344
new
RouteValueDictionary
(new { lang = "xx" }),
354
new
RouteValueDictionary
(new { lang = "en" }),
355
new
RouteValueDictionary
(new { lang = "xx" }),
365
new
RouteValueDictionary
(new { lang = "en" }),
366
new
RouteValueDictionary
(new { lang = "xx" }),
375
new
RouteValueDictionary
(new { action = "Index", id = (string)null }),
376
new
RouteValueDictionary
(new { controller = "home", action = "list", id = (string)null }),
377
new
RouteValueDictionary
(new { controller = "products" }),
386
new
RouteValueDictionary
(new { lang = "xx", region = "yy" }),
387
new
RouteValueDictionary
(new { lang = "en", region = "US" }),
388
new
RouteValueDictionary
(new { lang = "zz" }),
398
new
RouteValueDictionary
(new { id = "defaultid" }),
399
new
RouteValueDictionary
(new { controller = "home", action = "oldaction" }),
400
new
RouteValueDictionary
(new { action = "newaction" }),
410
new
RouteValueDictionary
(new { }),
411
new
RouteValueDictionary
(new { controller = "" }),
421
new
RouteValueDictionary
(new { }),
422
new
RouteValueDictionary
(new { controller = (string)null }),
432
new
RouteValueDictionary
(new { }),
433
new
RouteValueDictionary
(new { controller = "home" }),
443
new
RouteValueDictionary
(new { id = (string)null }),
444
new
RouteValueDictionary
(new { controller = "home", action = "oldaction", id = (string)null }),
445
new
RouteValueDictionary
(new { action = "newaction" }),
454
new
RouteValueDictionary
(new { language = "en", locale = "US" }),
456
new
RouteValueDictionary
(new { controller = "Orders" }),
465
new
RouteValueDictionary
(new { action = "Index", id = "" }),
466
new
RouteValueDictionary
(new { controller = "Home", action = "Index", id = "" }),
467
new
RouteValueDictionary
(new { controller = "Home", action = "TestAction", id = "1", format = (string)null }),
544
new
RouteValueDictionary
(new { year = 1995, occasion = "Christmas", action = "Play", SafeParam = "SafeParamValue" }),
567
new
RouteValueDictionary
(new { action = "Default" }),
585
new
RouteValueDictionary
(new { controller = "Home" }),
586
new
RouteValueDictionary
(new { controller = "home", action = "Index", id = (string)null }),
594
var values = new
RouteValueDictionary
(new { controller = "products", action = "showcategory", id = 123, maxPrice = 100 });
599
new
RouteValueDictionary
(new { controller = "Home" }),
600
new
RouteValueDictionary
(new { controller = "home", action = "Index", id = (string)null }),
611
new
RouteValueDictionary
(new { controller = "Home", Custom = "customValue" }),
612
new
RouteValueDictionary
(new { controller = "Home", action = "Index", id = (string)null }),
613
new
RouteValueDictionary
(
633
new
RouteValueDictionary
(new { controller = "ho%me", action = "li st" }),
644
new
RouteValueDictionary
(new { controller = "/home", action = "/my/index" }),
654
new
RouteValueDictionary
(new { id = "defaultid" }),
655
new
RouteValueDictionary
(new { p1 = "v1" }),
656
new
RouteValueDictionary
(new { p2 = "v2a/v2b" }),
665
new
RouteValueDictionary
(new { id = "defaultid" }),
666
new
RouteValueDictionary
(new { p1 = "v1" }),
667
new
RouteValueDictionary
(new { p2 = "" }),
676
new
RouteValueDictionary
(new { id = "defaultid" }),
677
new
RouteValueDictionary
(new { p1 = "v1" }),
678
new
RouteValueDictionary
(new { p2 = (string)null }),
689
new
RouteValueDictionary
(new { }),
700
new
RouteValueDictionary
(new { }),
715
var routeValues = new
RouteValueDictionary
(new { controller = "Test", action = "Index" });
1200
new
RouteValueDictionary
(defaults),
1201
new
RouteValueDictionary
(ambientValues),
1202
new
RouteValueDictionary
(values),
1233
var defaults = new
RouteValueDictionary
(new { controller = "Home", action = "Index", area = (string)null });
1234
var ambientValues = new
RouteValueDictionary
(new { controller = "Rail", action = "Schedule", area = "Travel" });
1235
var explicitValues = new
RouteValueDictionary
(new { controller = "Home", action = "Index", area = "" });
1262
var defaults = new
RouteValueDictionary
(new { controller = "Home", action = "Index", area = "" });
1263
var ambientValues = new
RouteValueDictionary
(new { controller = "Rail", action = "Schedule", area = "Travel" });
1264
var explicitValues = new
RouteValueDictionary
(new { controller = "Home", action = "Index", area = (string)null });
1292
var defaults = new
RouteValueDictionary
(new { controller = "ConventionalTransformer", action = "Param" });
1293
var ambientValues = new
RouteValueDictionary
(new { controller = "ConventionalTransformer", action = "Param" });
1294
var explicitValues = new
RouteValueDictionary
(new { controller = "ConventionalTransformer", action = "Param", param = "MyValue" });
1322
var defaults = new
RouteValueDictionary
(new { action = "Index" });
1323
var ambientValues = new
RouteValueDictionary
(new { area = "Travel", controller = "Rail", action = "Index" });
1324
var explicitValues = new
RouteValueDictionary
(new { controller = "Flight", action = "Index" });
1353
var ambientValues = new
RouteValueDictionary
(new { page = "/LGAnotherPage", id = "17" });
1354
var explicitValues = new
RouteValueDictionary
(new { controller = "LG2", action = "SomeAction" });
1387
var ambientValues = new
RouteValueDictionary
(new { area = "Admin", page = "/LGAnotherPage", id = "17" });
1388
var explicitValues = new
RouteValueDictionary
(new { controller = "LG2", action = "SomeAction" });
1416
var defaults = new
RouteValueDictionary
(new { controller = "LG3", action = "SomeAction", area = "Admin" });
1417
var ambientValues = new
RouteValueDictionary
(new { controller = "LG1", action = "LinkToAnArea", id = "17" });
1418
var explicitValues = new
RouteValueDictionary
(new { controller = "LG3", area = "Admin", action = "SomeAction", anothervalue = "5" });
Template\TemplateMatcherTests.cs (29)
433
new
RouteValueDictionary
(new { lang = "en", region = "US" }));
443
new
RouteValueDictionary
(new { lang = "en", region = "US" }));
453
new
RouteValueDictionary
(new { lang = "en", region = "US" }));
463
new
RouteValueDictionary
(new { lang = "en", region = "US" }));
493
new
RouteValueDictionary
(new { lang = "en" }));
523
new
RouteValueDictionary
(new { lang = "en" }));
533
new
RouteValueDictionary
(new { lang = "en" }));
543
new
RouteValueDictionary
(new { lang = "en" }));
552
new
RouteValueDictionary
(new { action = "Index", id = (string)null }),
553
new
RouteValueDictionary
(new { controller = "home", action = "index", id = (string)null }));
562
new
RouteValueDictionary
(new { lang = "xx", region = "yy" }),
573
new
RouteValueDictionary
(new { Controller = "Home", id = "123", Param1 = "p1" }));
583
new
RouteValueDictionary
(new { Controller = "Home", action = "index" }));
593
new
RouteValueDictionary
(new { Controller = "Home", action = "index" }));
603
new
RouteValueDictionary
(new { Controller = "Home", action = "index" }));
613
new
RouteValueDictionary
(new { Controller = "Home", action = "index" }));
623
new
RouteValueDictionary
(new { Controller = "Home" }));
633
new
RouteValueDictionary
(new { Controller = "Home" }));
643
new
RouteValueDictionary
(new { Controller = "Home", id = "123", Param1 = "p1" }));
683
new
RouteValueDictionary
(new
690
new
RouteValueDictionary
(new { controller = "Home", action = "ShowPilot", missionId = "777", name = "12345./foobar" }));
753
var values = new
RouteValueDictionary
(new { p2 = "hello" });
771
var values = new
RouteValueDictionary
(new { p2 = "overridden" });
789
var values = new
RouteValueDictionary
(new { p2 = "overridden" });
861
new
RouteValueDictionary
(new { language = "en", locale = "US" }),
871
new
RouteValueDictionary
(new { language = "en", locale = "US" }),
881
new
RouteValueDictionary
(new { language = "en", locale = "US" }),
891
new
RouteValueDictionary
(new { language = "en", locale = "US" }),
1093
new
RouteValueDictionary
(defaults));
TestObjects\TestMatcher.cs (1)
20
c.Request.RouteValues = new
RouteValueDictionary
(new { controller = "Home", action = "Index" });
Tree\LinkGenerationDecisionTreeTest.cs (3)
745
match.Entry.RequiredLinkValues = new
RouteValueDictionary
(requiredValues);
759
new
RouteValueDictionary
(ambientValues),
760
new
RouteValueDictionary
(values));
Tree\TreeRouterTest.cs (3)
2009
new
RouteValueDictionary
(ambientValues),
2010
new
RouteValueDictionary
(values),
2043
requiredLinkValues: new
RouteValueDictionary
(requiredValues),
Mvc.RoutingWebSite (1)
StartupRoutingDifferentBranches.cs (1)
95
return new ValueTask<RouteValueDictionary>(new
RouteValueDictionary
(new { controller = "Branches", action = "Index" }));