Class PageToolbarContributionContext
Inheritance
PageToolbarContributionContext
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
Syntax
public class PageToolbarContributionContext
Constructors
PageToolbarContributionContext(string, IServiceProvider)
Declaration
public PageToolbarContributionContext(string pageName, IServiceProvider serviceProvider)
Parameters
Properties
Items
Declaration
public PageToolbarItemList Items { get; }
Property Value
PageName
Declaration
public string PageName { get; }
Property Value
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
Extension Methods