3 references to Empty
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\HttpContextFormDataProvider.cs (1)
21public IFormFileCollection FormFiles => _formFiles ?? (IFormFileCollection)FormCollection.Empty;
Microsoft.AspNetCore.Http (2)
Features\FormFeature.cs (2)
196return FormCollection.Empty; 328Form = FormCollection.Empty;