Class PageAlertsViewComponent
Inheritance
System.Object
PageAlertsViewComponent
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.dll
Syntax
public class PageAlertsViewComponent : AbpViewComponent
Constructors
PageAlertsViewComponent(IAlertManager)
Declaration
public PageAlertsViewComponent(IAlertManager alertManager)
Parameters
| Type |
Name |
Description |
| IAlertManager |
alertManager |
|
Methods
Invoke(String)
Declaration
public IViewComponentResult Invoke(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| IViewComponentResult |
|
Extension Methods