2 references to StringHtmlContent
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DefaultDisplayTemplates.cs (1)
274return new StringHtmlContent(value.ToString());
DefaultEditorTemplates.cs (1)
245return new StringHtmlContent(text);