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)
66public bool HasEndOfFormContent => _endOfFormContent != null; 76if (_endOfFormContent == null) 81return _endOfFormContent;