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