Allows entry of a password. The password is masked so it cannot be read.
Model Type: string
Visually the text box used for the password allows approximately 20 characters to be displayed. The user can enter longer passwords.
Name | Type | Description |
---|---|---|
model__PlaceHolder | string | Defines the placeholder text shown when control contents are empty. |
[Caption("Password"), Description("Enter your password")] [UIHint("Password20"), StringLength(Globals.MaxPswd), Trim] public string Password { get; set; }
Last Updated 04/24/2022 - (email)
© 2023 - Softel vdm, Inc. - YetaWF.com