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