1 instantiation of FormKeyCollection
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\FormDataReader.cs (1)
117
return new
FormKeyCollection
(foundKeys);
4 references to FormKeyCollection
Microsoft.AspNetCore.Components.Endpoints (4)
FormMapping\Converters\DictionaryConverter.cs (1)
42
var
keys = context.GetKeys();
FormMapping\FormDataReader.cs (3)
108
internal
FormKeyCollection
GetKeys()
120
return
FormKeyCollection
.Empty;
290
internal static readonly
FormKeyCollection
Empty;