Class Login
Assembly: Volo.Abp.LeptonTheme.MauiBlazor.dll
Syntax
[Layout(typeof(AccountLayout))]
[Route("/Account/Login")]
public class Login : LeptonThemeComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
Login()
Declaration
Properties
ExternalAuthService
Declaration
[Inject]
protected ExternalAuthService ExternalAuthService { get; set; }
Property Value
NavigationManager
Declaration
[Inject]
protected NavigationManager NavigationManager { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Implements
Extension Methods