Table of Contents

Class LoginViewModel

Namespace
Dynamicweb.Users.Frontend
Assembly
Dynamicweb.Users.dll
public sealed class LoginViewModel : ViewModelBase
Inheritance
LoginViewModel
Inherited Members

Properties

Gets or sets the forgot password link

public string ForgotPasswordLink { get; set; }

Property Value

string

Password

Gets or sets the password

[SensitiveData]
public string Password { get; set; }

Property Value

string

RedirectAfterLogin

Gets or sets the redirect link after successful login

public string RedirectAfterLogin { get; set; }

Property Value

string

Result

Gets or sets the login result.

public LoginResultViewModel? Result { get; set; }

Property Value

LoginResultViewModel

Username

Gets or sets the username

public string Username { get; set; }

Property Value

string
To top