Class PageAlertsViewComponent
Inheritance
PageAlertsViewComponent
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.dll
Syntax
public class PageAlertsViewComponent : AbpViewComponent
Constructors
PageAlertsViewComponent(IAlertManager)
Declaration
public PageAlertsViewComponent(IAlertManager alertManager)
Parameters
Properties
AlertManager
Declaration
protected IAlertManager AlertManager { get; }
Property Value
Methods
Invoke(string)
Declaration
public IViewComponentResult Invoke(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Extension Methods