Class SimplePageToolbarContributor
Inheritance
SimplePageToolbarContributor
Assembly: Volo.Abp.AspNetCore.Components.Web.Theming.dll
Syntax
public class SimplePageToolbarContributor : IPageToolbarContributor
Constructors
SimplePageToolbarContributor(Type, Dictionary<string, object?>?, int, string?)
Declaration
public SimplePageToolbarContributor(Type componentType, Dictionary<string, object?>? arguments = null, int order = 0, string? requiredPolicyName = null)
Parameters
Properties
Arguments
Declaration
public Dictionary<string, object?>? Arguments { get; set; }
Property Value
ComponentType
Declaration
public Type ComponentType { get; }
Property Value
Order
Declaration
public int Order { get; }
Property Value
RequiredPolicyName
Declaration
public string? RequiredPolicyName { get; }
Property Value
Methods
ContributeAsync(PageToolbarContributionContext)
Declaration
public Task ContributeAsync(PageToolbarContributionContext context)
Parameters
Returns
ShouldAddComponentAsync(PageToolbarContributionContext)
Declaration
protected virtual Task<bool> ShouldAddComponentAsync(PageToolbarContributionContext context)
Parameters
Returns
Implements
Extension Methods