Class LoginViewModel
- Namespace
- Dynamicweb.Users.Frontend
- Assembly
- Dynamicweb.Users.dll
public sealed class LoginViewModel : ViewModelBase
- Inheritance
-
LoginViewModel
- Inherited Members
Properties
ForgotPasswordLink
Gets or sets the forgot password link
public string ForgotPasswordLink { get; set; }
Property Value
Password
Gets or sets the password
[SensitiveData]
public string Password { get; set; }
Property Value
RedirectAfterLogin
Gets or sets the redirect link after successful login
public string RedirectAfterLogin { get; set; }
Property Value
Result
Gets or sets the login result.
public LoginResultViewModel? Result { get; set; }
Property Value
Username
Gets or sets the username
public string Username { get; set; }