Class FormElement
Class FormElement
Namespace: Aspose.Html.Forms
Assembly: Aspose.HTML.dll (25.4.0)
Represents base class for form elements.
[ComVisible(true)]
public abstract class FormElement
Inheritance
Derived
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
FormElement(FormElementType)
Initializes a new instance of the Aspose.Html.Forms.FormElement class.
protected FormElement(FormElementType type)
Parameters
type
FormElementType
The form element type.
Properties
ElementType
Gets the type of the element.
public FormElementType ElementType { get; }
Property Value
Id
Gets or sets the identifier of the form element.
public virtual string Id { get; set; }
Property Value
Name
Gets or sets the name of the form element.
public virtual string Name { get; set; }
Property Value
Value
The value of field
public virtual string Value { get; set; }
Property Value
string </t>