FormField
Contents
[
Hide
]FormField class
Describe one field of form.
The FormField type exposes the following members:
Constructors
| Name | Description |
|---|---|
| FormField() | Create instance of form field. |
| FormField(label) | Initializes a new instance of the FormField class |
| FormField(label, input_type) | Initializes a new instance of the FormField class |
Properties
| Name | Description |
|---|---|
| label | Get or set label of field. |
| input_type | Get or set input type of field. |
| name | Get or set name of field. |
| id | Get or set Id of field. |
| placeholder | Get or set placeholder of field. |
| value | Get or set value of field. |
| is_required | Get or set value that define field as required. |
Methods
| Name | Description |
|---|---|
| to_amp_html() | |
| to_html() |
See Also
- namespace aspose.email.amp
- assembly Aspose.Email