Class TextArea
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Form
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class TextArea : Attribute
Constructors
TextArea()
Declaration
public TextArea()
Properties
Cols
Declaration
public int Cols { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Rows
Declaration
public int Rows { get; set; }
Property Value
| Type | Description |
|---|---|
| int |