IFormAssociatedElement Interface
A form-associated element can have a relationship with a form element, which is called the element's form owner. If a form-associated element is not associated with a form element, its form owner is said to be null. A form-associated element is, by default, associated with its nearest ancestor form element (as described below), but, if it is reassociateable, may have a form attribute specified to override this.

Namespace: Aspose.Html
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public interface IFormAssociatedElement

The IFormAssociatedElement type exposes the following members.

Properties
  NameDescription
Public propertyForm
Gets or sets the form instance.
See Also