This documentation is archived and is not being maintained.
InputExtensions.TextBoxFor Method
Returns a text 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.
|
|
Name |
Description |
|
TextBoxFor(TModel, TProperty)(HtmlHelper(TModel), Expression(Func(TModel, TProperty)))
|
Returns a text input element for each property in the object that is represented by the specified expression.
|
|
TextBoxFor(TModel, TProperty)(HtmlHelper(TModel), Expression(Func(TModel, TProperty)), IDictionary(String, Object))
|
Returns a text input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.
|
|
TextBoxFor(TModel, TProperty)(HtmlHelper(TModel), Expression(Func(TModel, TProperty)), Object)
|
Returns a text input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.
|
|
TextBoxFor(TModel, TProperty)(HtmlHelper(TModel), Expression(Func(TModel, TProperty)), String)
|
Returns a text input element.
|
|
TextBoxFor(TModel, TProperty)(HtmlHelper(TModel), Expression(Func(TModel, TProperty)), String, IDictionary(String, Object))
|
Returns a text input element.
|
|
TextBoxFor(TModel, TProperty)(HtmlHelper(TModel), Expression(Func(TModel, TProperty)), String, Object)
|
Returns a text input element.
|
Top