1 write to _entries
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\HttpContextFormDataProvider.cs (1)
26
_entries
= form;
1 reference to _entries
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\HttpContextFormDataProvider.cs (1)
19
public IReadOnlyDictionary<string, StringValues> Entries =>
_entries
?? ReadOnlyDictionary<string, StringValues>.Empty;