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
- namespace Aspose.Html.Forms
- assembly Aspose.HTML