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