5 instantiations of StringHtmlContent
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DefaultDisplayTemplates.cs (1)
274
return new
StringHtmlContent
(value.ToString());
DefaultEditorTemplates.cs (1)
244
return new
StringHtmlContent
(text);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
DefaultEditorTemplatesTest.cs (1)
156
{ new
StringHtmlContent
(string.Empty), string.Empty },
StringHtmlContentTest.cs (2)
15
var content = new
StringHtmlContent
("Hello World");
29
var tearsOfJoy = new
StringHtmlContent
("😂2");
5 references to StringHtmlContent
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
StringHtmlContent.cs (1)
21
/// Creates a new instance of <see cref="
StringHtmlContent
"/>
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
DefaultEditorTemplatesTest.cs (2)
106
.Returns(typeof(
StringHtmlContent
).FullName);
113
.Returns(typeof(
StringHtmlContent
).FullName);
StringHtmlContentTest.cs (2)
15
var
content = new StringHtmlContent("Hello World");
29
var
tearsOfJoy = new StringHtmlContent("😂2");