4 writes to HasContent
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
DefaultEditorTemplates.cs (4)
465HasContent = true; 470HasContent |= count > 0; 475HasContent |= buffer.IsEmpty; 480HasContent |= !string.IsNullOrEmpty(value);
1 reference to HasContent
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultEditorTemplates.cs (1)
281if (writer.HasContent)