FormElement Class
Represents base class for form elements.
Inheritance Hierarchy

Namespace: Aspose.Html.Forms
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public abstract class FormElement

The FormElement type exposes the following members.

Constructors
  NameDescription
Protected methodFormElement
Initializes a new instance of the FormElement class.
Properties
  NameDescription
Public propertyElementType
Gets the type of the element.
Public propertyId
Gets or sets the identifier of the form element.
Public propertyName
Gets or sets the name of the form element.
Public propertyValue
The value of field
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also