1 write to _formData
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
FormContext.cs (1)
35
_formData
= new Dictionary<string, object>(StringComparer.Ordinal);
3 references to _formData
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
FormContext.cs (3)
33
if (
_formData
== null)
38
return
_formData
;
57
public bool HasFormData =>
_formData
!= null;