2 instantiations of StringHtmlContent
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DefaultDisplayTemplates.cs (1)
274
return new
StringHtmlContent
(value.ToString());
DefaultEditorTemplates.cs (1)
245
return new
StringHtmlContent
(text);
1 reference to StringHtmlContent
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
StringHtmlContent.cs (1)
21
/// Creates a new instance of <see cref="
StringHtmlContent
"/>