Class AccountPasswordModel
Class represents submit model of the AccountPassword page.
public sealed class AccountPasswordModel
- Inheritance
-
objectAccountPasswordModel
- Extension Methods
Properties
CurrentPassword
Current password.
[RequiredValidationRule]
public string CurrentPassword { get; set; }
Property Value
- string
NewPassword
New password.
[RequiredValidationRule]
public string NewPassword { get; set; }
Property Value
- string