set_email_value method
set_email_value
This method is used to set email string as a value for input element. This method is valid if only the type of the input element is “email”
def set_email_value(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The email. |
See Also
- module
aspose.html.forms
- class
InputElement