2 implementations of Keys
Microsoft.AspNetCore.Http (2)
QueryCollection.cs (1)
104
public ICollection<string>
Keys
QueryCollectionInternal.cs (1)
46
public ICollection<string>
Keys
=> Store.Keys;
2 references to Keys
Microsoft.AspNetCore.Http.Tests (1)
Features\QueryFeatureTests.cs (1)
56
Assert.True(queryCollection.
Keys
.Contains(emptyParam));
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\QueryStringValueProvider.cs (1)
52
_prefixContainer = new PrefixContainer(_values.
Keys
);