Class AbpPageToolbarViewComponent
Inheritance
System.Object
AbpPageToolbarViewComponent
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
Syntax
public class AbpPageToolbarViewComponent : AbpViewComponent
Constructors
AbpPageToolbarViewComponent(IPageToolbarManager)
Declaration
public AbpPageToolbarViewComponent(IPageToolbarManager toolbarManager)
Parameters
Methods
InvokeAsync(String)
Declaration
public Task<IViewComponentResult> InvokeAsync(string pageName)
Parameters
| Type |
Name |
Description |
| System.String |
pageName |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<IViewComponentResult> |
|
Extension Methods