5 references to StringHtmlContent
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DefaultDisplayTemplates.cs (1)
274return new StringHtmlContent(value.ToString());
DefaultEditorTemplates.cs (1)
244return new StringHtmlContent(text);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
DefaultEditorTemplatesTest.cs (1)
156{ new StringHtmlContent(string.Empty), string.Empty },
StringHtmlContentTest.cs (2)
15var content = new StringHtmlContent("Hello World"); 29var tearsOfJoy = new StringHtmlContent("😂2");