2 references to StartsWithPrefix
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\ElementalValueProvider.cs (1)
27return ModelStateDictionary.StartsWithPrefix(prefix, Key);
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
SimpleValueProvider.cs (1)
27if (ModelStateDictionary.StartsWithPrefix(prefix, key))