2 references to SetFormData
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.cs (1)
116.SetFormData(handler, new FormCollectionReadOnlyDictionary(form), form.Files);
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
HttpContextFormValueMapperTest.cs (1)
38formData.SetFormData(incomingFormName, new Dictionary<string, StringValues>(), new FormFileCollection());