1 write to _endOfFormContent
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
FormContext.cs (1)
78
_endOfFormContent
= new List<IHtmlContent>();
3 references to _endOfFormContent
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
FormContext.cs (3)
66
public bool HasEndOfFormContent =>
_endOfFormContent
!= null;
76
if (
_endOfFormContent
== null)
81
return
_endOfFormContent
;