Class PageAlert
Inheritance
object
Microsoft.AspNetCore.Components.ComponentBase
PageAlert
Implements
Microsoft.AspNetCore.Components.IComponent
Microsoft.AspNetCore.Components.IHandleEvent
Microsoft.AspNetCore.Components.IHandleAfterRender
System.IDisposable
Inherited Members
Microsoft.AspNetCore.Components.ComponentBase.OnInitializedAsync()
Microsoft.AspNetCore.Components.ComponentBase.OnParametersSet()
Microsoft.AspNetCore.Components.ComponentBase.OnParametersSetAsync()
Microsoft.AspNetCore.Components.ComponentBase.StateHasChanged()
Microsoft.AspNetCore.Components.ComponentBase.ShouldRender()
Microsoft.AspNetCore.Components.ComponentBase.OnAfterRender(bool)
Microsoft.AspNetCore.Components.ComponentBase.OnAfterRenderAsync(bool)
Microsoft.AspNetCore.Components.ComponentBase.InvokeAsync(System.Action)
Microsoft.AspNetCore.Components.ComponentBase.InvokeAsync(System.Func<System.Threading.Tasks.Task>)
Microsoft.AspNetCore.Components.ComponentBase.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BlazoriseUI.Components
Assembly: Volo.Abp.BlazoriseUI.dll
Syntax
public class PageAlert : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
PageAlert()
Declaration
public PageAlert()
Properties
AlertManager
Declaration
[Inject]
protected IAlertManager AlertManager { get; set; }
Property Value
| Type | Description |
|---|---|
| IAlertManager |
NavigationManager
Declaration
[Inject]
protected NavigationManager NavigationManager { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Components.NavigationManager |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
Overrides
Microsoft.AspNetCore.Components.ComponentBase.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)
Dispose()
Declaration
public void Dispose()
GetAlertColor(AlertType)
Declaration
protected virtual Color GetAlertColor(AlertType alertType)
Parameters
| Type | Name | Description |
|---|---|---|
| AlertType | alertType |
Returns
| Type | Description |
|---|---|
| Blazorise.Color |
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
Microsoft.AspNetCore.Components.ComponentBase.OnInitialized()
Implements
Microsoft.AspNetCore.Components.IComponent
Microsoft.AspNetCore.Components.IHandleEvent
Microsoft.AspNetCore.Components.IHandleAfterRender
System.IDisposable