FormElementT Class
FormElement<T> class
The FormElement
represent the generic field
public abstract class FormElement<T> : FormElement
where T : HTMLElement
Parameter | Description |
---|---|
T | Type of form control elements |
Properties
Name | Description |
---|---|
ElementType { get; } | Gets the type of the element. |
HtmlElement { get; } | Gets the HTMLElement . |
virtual Id { get; set; } | Gets or sets the identifier of the form element. |
virtual Name { get; set; } | Gets or sets the name of the form element. |
virtual Value { get; set; } | The value of field |
See Also
- class FormElement
- class HTMLElement
- namespace Aspose.Html.Forms
- assembly Aspose.HTML