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