1 implementation of Hidden
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
401
public IHtmlContent
Hidden
(string expression, object value, object htmlAttributes)
3 references to Hidden
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
DefaultEditorTemplates.cs (1)
158
var hidden = htmlHelper.
Hidden
(expression: null, value: model, htmlAttributes: htmlAttributesObject);
Rendering\HtmlHelperInputExtensions.cs (2)
146
return htmlHelper.
Hidden
(expression, value: null, htmlAttributes: null);
174
return htmlHelper.
Hidden
(expression, value, htmlAttributes: null);