Table of Contents

Class LoginModelBase

Namespace
Dynamicweb.CoreUI.Rendering.Models
Assembly
Dynamicweb.CoreUI.Rendering.dll
public abstract class LoginModelBase
Inheritance
LoginModelBase
Derived
Inherited Members

Constructors

LoginModelBase()

protected LoginModelBase()

Properties

AssemblyTime

public DateTime AssemblyTime { get; }

Property Value

DateTime

CurrentYear

public int CurrentYear { get; }

Property Value

int

CustomerInfo

public string? CustomerInfo { get; }

Property Value

string

DynamicwebVersion

public string DynamicwebVersion { get; }

Property Value

string

ErrorMessages

public Collection<string> ErrorMessages { get; }

Property Value

Collection<string>

FormAction

public string FormAction { get; protected init; }

Property Value

string

FormHeader

public string? FormHeader { get; set; }

Property Value

string

FormSubHeader

public string? FormSubHeader { get; set; }

Property Value

string

InfoMessages

public Collection<string> InfoMessages { get; }

Property Value

Collection<string>

InstallationId

public string? InstallationId { get; }

Property Value

string

LicenseName

public string? LicenseName { get; }

Property Value

string

PartnerEmail

public string PartnerEmail { get; }

Property Value

string

PartnerInfo

public string PartnerInfo { get; }

Property Value

string
public string PartnerLogo { get; }

Property Value

string

PartnerName

public string PartnerName { get; }

Property Value

string

PartnerPhone

public string PartnerPhone { get; }

Property Value

string
public bool ShowBackToSignInLink { get; set; }

Property Value

bool

Methods

ClearSensitiveData()

public virtual void ClearSensitiveData()
To top