1 implementation of Value
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
688public string Value(string expression, string format)
3 references to Value
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
Rendering\HtmlHelperValueExtensions.cs (3)
31return htmlHelper.Value(expression, format: null); 76return htmlHelper.Value(expression: null, format: null); 101return htmlHelper.Value(expression: null, format: format);