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