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