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