1 write to _form
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
125
_form
= value;
3 references to _form
Microsoft.AspNetCore.Http (3)
Features\FormFeature.cs (3)
82
if (
_form
is not null && mt is null)
120
return
_form
;
126
if (
_form
is null)