Table of Contents

Class LoginBase

Namespace
Oqtane.Themes.Controls
Assembly
Oqtane.Client.dll
public class LoginBase : ThemeControlBase, IThemeControl
Inheritance
object
ComponentBase
LoginBase
Implements
Inherited Members

Fields

everywhere

protected string everywhere

Field Value

string

loginurl

protected string loginurl

Field Value

string

logouturl

protected string logouturl

Field Value

string

returnurl

protected string returnurl

Field Value

string

Properties

NavigationManager

[Inject]
public NavigationManager NavigationManager { get; set; }

Property Value

NavigationManager

ServiceProvider

[Inject]
public IServiceProvider ServiceProvider { get; set; }

Property Value

IServiceProvider

SettingService

[Inject]
public ISettingService SettingService { get; set; }

Property Value

ISettingService

UserService

[Inject]
public IUserService UserService { get; set; }

Property Value

IUserService

jsRuntime

[Inject]
public IJSRuntime jsRuntime { get; set; }

Property Value

IJSRuntime

Methods

LoginUser()

protected void LoginUser()

LogoutUser()

protected Task LogoutUser()

Returns

Task

OnParametersSet()

Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.

protected override void OnParametersSet()