FormEditor.GetElement
GetElement<T>(int)
Returns the element by specified index.
public T GetElement<T>(int index)
where T : FormElement
Parameter | Description |
---|---|
T | Type of the form element |
index | The index of the element |
Return Value
Returns the element.
See Also
- class FormElement
- class FormEditor
- namespace Aspose.Html.Forms
- assembly Aspose.HTML
GetElement<T>(string)
Returns the element by specified name.
public T GetElement<T>(string name)
where T : FormElement
Parameter | Description |
---|---|
T | Type of the form element |
name | The element name |
Return Value
Returns the element.
See Also
- class FormElement
- class FormEditor
- namespace Aspose.Html.Forms
- assembly Aspose.HTML