InputElement.SetEmailValue
InputElement.SetEmailValue method
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”
public void SetEmailValue(String value)
Parameter | Type | Description |
---|---|---|
value | String | The email. |
See Also
- class InputElement
- package com.aspose.html.forms
- package Aspose.HTML