41 references to RouteValueDictionary
Microsoft.AspNetCore.Diagnostics (1)
_generated\3\ExtensionsExceptionJsonContext.RouteValueDictionary.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.AspNetCore.Routing.
RouteValueDictionary
(),
Microsoft.AspNetCore.Http (1)
Features\RouteValuesFeature.cs (1)
26
_routeValues = new
RouteValueDictionary
();
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\RouteValueDictionary.cs (1)
95
return new
RouteValueDictionary
()
Microsoft.AspNetCore.Http.Results (5)
AcceptedAtRoute.cs (1)
56
RouteValues = routeValues ?? new
RouteValueDictionary
();
AcceptedAtRouteOfT.cs (1)
62
RouteValues = routeValues ?? new
RouteValueDictionary
();
CreatedAtRoute.cs (1)
56
RouteValues = routeValues ?? new
RouteValueDictionary
();
CreatedAtRouteOfT.cs (1)
62
RouteValues = routeValues ?? new
RouteValueDictionary
();
RedirectToRouteHttpResult.cs (1)
125
RouteValues = routeValues ?? new
RouteValueDictionary
();
Microsoft.AspNetCore.Identity (1)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
403
var routeValues = new
RouteValueDictionary
()
Microsoft.AspNetCore.Mvc.Core (4)
Builder\ControllerEndpointRouteBuilderExtensions.cs (1)
508
return new DynamicControllerMetadata(new
RouteValueDictionary
()
Routing\ActionEndpointFactory.cs (1)
189
var requiredValues = new
RouteValueDictionary
();
Routing\AttributeRoute.cs (1)
81
var defaults = new
RouteValueDictionary
();
Routing\UrlHelperBase.cs (1)
35
_routeValueDictionary = new
RouteValueDictionary
();
Microsoft.AspNetCore.Mvc.RazorPages (1)
Builder\RazorPagesEndpointRouteBuilderExtensions.cs (1)
355
return new DynamicPageMetadata(new
RouteValueDictionary
()
Microsoft.AspNetCore.Mvc.TagHelpers (3)
AnchorTagHelper.cs (1)
229
routeValues = new
RouteValueDictionary
();
FormActionTagHelper.cs (1)
240
routeValues = new
RouteValueDictionary
();
FormTagHelper.cs (1)
247
routeValues = new
RouteValueDictionary
();
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
RemoteAttributeBase.cs (1)
39
RouteData = new
RouteValueDictionary
();
Microsoft.AspNetCore.Routing (18)
DefaultLinkParser.cs (1)
123
values = new
RouteValueDictionary
();
LinkGeneratorEndpointNameAddressExtensions.cs (3)
88
values ??
new
(),
148
return generator.GetPathByAddress<string>(endpointName, values ??
new
(), pathBase, fragment, options);
260
values ??
new
(),
LinkGeneratorRouteValuesAddressExtensions.cs (1)
360
ExplicitValues = values ??
new
(),
Matching\DfaMatcher.cs (2)
160
state.Values ??= new
RouteValueDictionary
();
170
state.Values ??= new
RouteValueDictionary
();
Matching\DfaMatcherBuilder.cs (1)
374
var routeValues = new
RouteValueDictionary
();
Patterns\RoutePatternMatcher.cs (2)
30
Defaults = defaults ?? new
RouteValueDictionary
();
347
var outValues = new
RouteValueDictionary
();
RequestDelegateRouteBuilderExtensions.cs (1)
260
var constraints = new
RouteValueDictionary
RouteBase.cs (2)
47
DataTokens = dataTokens ?? new
RouteValueDictionary
();
244
var result = defaults == null ? new
RouteValueDictionary
() : new RouteValueDictionary(defaults);
Template\TemplateMatcher.cs (1)
33
Defaults = defaults ?? new
RouteValueDictionary
();
Tree\LinkGenerationDecisionTree.cs (1)
21
private static readonly RouteValueDictionary EmptyAmbientValues = new
RouteValueDictionary
();
Tree\TreeRouteBuilder.cs (2)
145
entry.Defaults = new
RouteValueDictionary
();
219
entry.Defaults = new
RouteValueDictionary
();
Tree\TreeRouter.cs (1)
296
var inputValues = new
RouteValueDictionary
();
Microsoft.AspNetCore.Routing.Abstractions (3)
RouteData.cs (2)
74
_dataTokens = new
RouteValueDictionary
();
106
_values = new
RouteValueDictionary
();
VirtualPathData.cs (1)
52
_dataTokens = new
RouteValueDictionary
();
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
238
get => _routeValues ??= new
RouteValueDictionary
();
Microsoft.AspNetCore.StaticAssets (1)
Development\StaticAssetDevelopmentRuntimeHandler.cs (1)
326
new
RouteValueDictionary
{ ["path"] = new FileExistsConstraint(environment) });