Class PageToolbarContributionContext
Inheritance
PageToolbarContributionContext
Assembly: Volo.Abp.AspNetCore.Components.Web.Theming.dll
Syntax
public class PageToolbarContributionContext
Constructors
PageToolbarContributionContext(IServiceProvider)
Declaration
public PageToolbarContributionContext(IServiceProvider serviceProvider)
Parameters
Properties
Items
Declaration
public PageToolbarItemList Items { get; }
Property Value
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
Extension Methods