1 implementation of Encode
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultHtmlGenerator.cs (1)
108
public string
Encode
(object value)
1 reference to Encode
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
287
return _htmlGenerator.
Encode
(value);