Class PageToolbarContributor
Inheritance
System.Object
PageToolbarContributor
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.PageToolbars
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
Syntax
public abstract class PageToolbarContributor : IPageToolbarContributor
Methods
ContributeAsync(PageToolbarContributionContext)
Declaration
public abstract Task ContributeAsync(PageToolbarContributionContext context)
Parameters
Type | Name | Description |
---|---|---|
PageToolbarContributionContext | context |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |