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