1 implementation of Encode
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultHtmlGenerator.cs (1)
102public string Encode(string value)
2 references to Encode
Microsoft.AspNetCore.Mvc.TagHelpers (1)
OptionTagHelper.cs (1)
96allValues.Add(Generator.Encode(selectedValue));
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
281return _htmlGenerator.Encode(value);