InputExtensions.TextBoxFor(TModel, TProperty) Method
[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
| 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. |
Show: