IHTMLFormElement Interface
Represents a base interface that should be implemented by HTML Form Elements.

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

The IHTMLFormElement type exposes the following members.

Properties
  NameDescription
Public propertyElements
Gets the collection of the child form elements.
See Also