Class PageAlert
Assembly: Volo.Abp.BlazoriseUI.dll
Syntax
public class PageAlert : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
PageAlert()
Declaration
Properties
AlertManager
Declaration
[Inject]
protected IAlertManager AlertManager { 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
Dispose()
Declaration
GetAlertColor(AlertType)
Declaration
protected virtual Color GetAlertColor(AlertType alertType)
Parameters
Returns
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
Implements
Extension Methods