InputExtensions.HiddenFor Method
Include Protected Members
Include Inherited Members
Returns an HTML hidden input element for each property in the object that is represented by the specified expression.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
HiddenFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>) | Returns an HTML hidden input element for each property in the object that is represented by the specified expression. | |
HiddenFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, IDictionary<String, Object>) | Returns an HTML hidden input element for each property in the object that is represented by the specified expression, using the specified HTML attributes. | |
HiddenFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, Object) | Returns an HTML hidden input element for each property in the object that is represented by the specified expression, using the specified HTML attributes. |
Top