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
- namespace Aspose.Html.Forms
- assembly Aspose.HTML