FormEditor.Add
FormEditor.Add<T> method
Creates a new HTMLElement and adds it to the end of the form.
public T Add<T>(String name)
where T : FormElement
| Parameter | Description |
|---|---|
| T | Type of form element |
| name | Name of the element |
Return Value
A new instance of form element
See Also
- class FormElement
- class FormEditor
- package com.aspose.html.forms
- package Aspose.HTML