IHTMLFormElement Interface |
Represents a base interface that should be implemented by HTML Form Elements.
Namespace: Aspose.HtmlAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic interface IHTMLFormElement
Public Interface IHTMLFormElement
public interface class IHTMLFormElement
type IHTMLFormElement = interface end
The IHTMLFormElement type exposes the following members.
Properties
| Name | Description |
---|
 | Elements |
Gets the collection of the child form elements.
|
See Also