1 implementation of Encode
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
279public 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)"/>