1 implementation of FormatValue
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultHtmlGenerator.cs (1)
114
public string
FormatValue
(object value, string format)
1 reference to FormatValue
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
293
return _htmlGenerator.
FormatValue
(value, format);