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)
Parameter | Type | Description |
---|---|---|
value | String | The password. |
See Also
- class InputElement
- package com.aspose.html.Forms
- package Aspose.HTML