2 implementations of Encode
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
285public string Encode(object value)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1495public string Encode(object value)
2 references to Encode
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\IHtmlHelperOfT.cs (1)
182/// <inheritdoc cref="IHtmlHelper.Encode(object)"/>
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1497return _innerHelper.Encode(value);