2 implementations of Encode
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
279public string Encode(string value)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1490public string Encode(string value)
2 references to Encode
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DefaultDisplayTemplates.cs (1)
202text = htmlHelper.Encode(text);
Rendering\IHtmlHelperOfT.cs (1)
185/// <inheritdoc cref="IHtmlHelper.Encode(string)"/>