Class Authentication
Inherited Members
Namespace: Volo.Abp.AspNetCore.Components.WebAssembly.LeptonTheme.Pages
Assembly: Volo.Abp.AspNetCore.Components.WebAssembly.LeptonTheme.dll
Syntax
[Route("/authentication/{action}")]
public class Authentication : AbpComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IAsyncDisposable
Constructors
Authentication()
Declaration
public Authentication()
Properties
Action
Declaration
[Parameter]
public string Action { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |