1 write to Key
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\ElementalValueProvider.cs (1)
14
Key
= key;
2 references to Key
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\ElementalValueProvider.cs (2)
27
return ModelStateDictionary.StartsWithPrefix(prefix,
Key
);
32
if (string.Equals(key,
Key
, StringComparison.OrdinalIgnoreCase))