FormEditor.AddInput
AddInput(string)
Creates a new InputElement
and adds it to the end of the form.
public InputElement AddInput(string name)
Parameter | Type | Description |
---|---|---|
name | String | Name of input element |
Return Value
Returns a new created InputElement
.
See Also
- class InputElement
- class FormEditor
- namespace Aspose.Html.Forms
- assembly Aspose.HTML
AddInput(string, InputElementType)
Creates a new InputElement
and adds it to the end of the form.
public InputElement AddInput(string name, InputElementType type)
Parameter | Type | Description |
---|---|---|
name | String | Name of input element |
type | InputElementType | Type of input element |
Return Value
Returns a new created InputElement
.
See Also
- class InputElement
- enum InputElementType
- class FormEditor
- namespace Aspose.Html.Forms
- assembly Aspose.HTML