Implemented interface member:
property
Form
Microsoft.AspNetCore.Http.Features.IFormFeature.Form
4 writes to Form
Microsoft.AspNetCore.Http (4)
Features\FormFeature.cs (4)
34
Form
= form;
320
Form
= formFields;
324
Form
= new FormCollection(null, files);
328
Form
= FormCollection.Empty;
6 references to Form
Microsoft.AspNetCore.Http (6)
Features\FormFeature.cs (6)
97
if (
Form
!= null)
141
if (
Form
!= null)
143
return
Form
;
165
if (
Form
!= null)
167
_parsedFormTask = Task.FromResult(
Form
);
331
return
Form
;