1 implementation of HiddenFor
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelperOfT.cs (1)
188
public IHtmlContent
HiddenFor
<TResult>(
1 reference to HiddenFor
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\HtmlHelperInputExtensions.cs (1)
201
return htmlHelper.
HiddenFor
(expression, htmlAttributes: null);