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)
ParameterTypeDescription
valueStringThe email.

See Also