Class Authentication
Inheritance
Authentication
Assembly: Volo.Abp.AspNetCore.Components.WebAssembly.LeptonTheme.dll
Syntax
[Route("/authentication/{action}")]
public class Authentication : AbpComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
Authentication()
Declaration
Properties
Action
Declaration
[Parameter]
public string Action { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Implements
Extension Methods