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