InputElement.SetPasswordValue

InputElement.SetPasswordValue method

This method is used to set password string as a value for input element. This method is valid if only the type of the input element is “password”

public void SetPasswordValue(string value)
ParameterTypeDescription
valueStringThe password.

See Also