Class FormElement

Class FormElement

Namespace: Aspose.Html.Forms
Assembly: Aspose.HTML.dll (25.4.0)

The Aspose.Html.Forms.FormElement represent the generic field

[ComVisible(true)]
public abstract class FormElement<t> : FormElement where T : HTMLElement

Type Parameters

T

Type of form control elements

Inheritance

object FormElement FormElement<t>

Inherited Members

FormElement.ElementType , FormElement.Name , FormElement.Id , FormElement.Value , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

FormElement(T, FormElementType)

Initializes a new instance of the Aspose.Html.Forms.FormElement`1 class.

protected FormElement(T element, FormElementType type)

Parameters

element T

The element.

type FormElementType

The form element type.

Properties

HtmlElement

Gets the Aspose.Html.HTMLElement.

public T HtmlElement { get; }

Property Value

T </t>

 English