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