Class LoginDisplay
Assembly: Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme.dll
Syntax
public class LoginDisplay : AbpComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
LoginDisplay()
Declaration
Properties
ApplicationConfigurationChangedService
Declaration
[Inject]
protected ApplicationConfigurationChangedService ApplicationConfigurationChangedService { get; set; }
Property Value
Declaration
protected ApplicationMenu Menu { get; set; }
Property Value
Declaration
[Inject]
protected IMenuManager MenuManager { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Dispose()
Declaration
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
OnLocationChanged(object, LocationChangedEventArgs)
Declaration
protected virtual void OnLocationChanged(object sender, LocationChangedEventArgs e)
Parameters
Implements
Extension Methods