Show / Hide Table of Contents

Class Login

Inheritance
object
AbpAccountPublicMauiBlazorComponentBase
Login
Namespace: Volo.Abp.Account.Pro.Public.MauiBlazor.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.MauiBlazor.dll
Syntax
[Layout(typeof(NullLayout))]
[Route("/Account/Login")]
public class Login : AbpAccountPublicMauiBlazorComponentBase

Constructors

Login()

Declaration
public Login()

Properties

ExternalAuthService

Declaration
[Inject]
public IExternalAuthService ExternalAuthService { get; set; }
Property Value
Type Description
IExternalAuthService

NavigationManager

Declaration
[Inject]
public NavigationManager NavigationManager { get; set; }
Property Value
Type Description
NavigationManager

OAuthConfigOptions

Declaration
[Inject]
public IOptions<OAuthConfigOptions> OAuthConfigOptions { get; set; }
Property Value
Type Description
IOptions<OAuthConfigOptions>

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft