Implemented interface member:
2 references to Keys
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\RouteValueDictionary.cs (1)
335
IEnumerable<string> IReadOnlyDictionary<string, object?>.Keys =>
Keys
;
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\RouteValueProvider.cs (1)
58
_prefixContainer = new PrefixContainer(_values.
Keys
);