2 implementations of Encode
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
285
public string
Encode
(object value)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1495
public 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)
1497
return _innerHelper.
Encode
(value);