ExtensionsFactory<ModelType>.TextBoxFor Method
Name | Parameters | Description |
---|---|---|
TextBoxFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<TextBoxSettings>) | expression, method | Creates a TextBox. |
TextBoxFor<ValueType>(Expression<Func<ModelType, ValueType>>) | expression | Creates a TextBox. |