InputElement.GetPasswordValue

InputElement.GetPasswordValue method

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

public string GetPasswordValue()

Return Value

The password.

See Also