Class AbpPageToolbarViewComponent
Inheritance
AbpPageToolbarViewComponent
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
Syntax
public class AbpPageToolbarViewComponent : AbpViewComponent
Constructors
AbpPageToolbarViewComponent(IPageToolbarManager)
Declaration
public AbpPageToolbarViewComponent(IPageToolbarManager toolbarManager)
Parameters
Properties
ToolbarManager
Declaration
protected IPageToolbarManager ToolbarManager { get; }
Property Value
Methods
InvokeAsync(string)
Declaration
public virtual Task<IViewComponentResult> InvokeAsync(string pageName)
Parameters
Type |
Name |
Description |
string |
pageName |
|
Returns
Extension Methods