4 writes to HasContent
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
DefaultEditorTemplates.cs (4)
466HasContent = true; 471HasContent |= count > 0; 476HasContent |= buffer.IsEmpty; 481HasContent |= !string.IsNullOrEmpty(value);
1 reference to HasContent
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultEditorTemplates.cs (1)
282if (writer.HasContent)