3 references to PrefixContainer
Microsoft.AspNetCore.Mvc.Core (3)
ModelBinding\QueryStringValueProvider.cs (3)
44
/// The <see cref="
PrefixContainer
"/>.
62
return
PrefixContainer
.ContainsPrefix(prefix);
70
return
PrefixContainer
.GetKeysFromPrefix(prefix);