FormEditor.Item
FormEditor indexer (1 of 2)
Returns the element by specified index.
public FormElement this[int index] { get; }
Parameter | Description |
---|---|
index | The index of the element |
Return Value
Returns the element.
See Also
- class FormElement
- class FormEditor
- namespace Aspose.Html.Forms
- assembly Aspose.HTML
FormEditor indexer (2 of 2)
Returns the element by specified name or id.
public FormElement this[string name] { get; }
Parameter | Description |
---|---|
name | The element name |
Return Value
Returns the element.
See Also
- class FormElement
- class FormEditor
- namespace Aspose.Html.Forms
- assembly Aspose.HTML