Implemented interface member:
method
FormatValue
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper.FormatValue(System.Object, System.String)
2 references to FormatValue
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
1350
resolvedValue =
FormatValue
(value, format);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Rendering\HtmlHelperTest.cs (1)
403
var result = helper.
FormatValue
(value, format);