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.]

  NameDescription
Public method Static member 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.
Public method Static member 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.
Public method Static member 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.
Top
Show: