Class AbpPageToolbarOptions
Inheritance
System.Object
AbpPageToolbarOptions
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 class AbpPageToolbarOptions
Constructors
AbpPageToolbarOptions()
Declaration
public AbpPageToolbarOptions()
Properties
Toolbars
Declaration
public PageToolbarDictionary Toolbars { get; }
Property Value
Type | Description |
---|---|
PageToolbarDictionary |
Methods
Configure(String, Action<PageToolbar>)
Declaration
public void Configure(string pageName, Action<PageToolbar> configureAction)
Parameters
Type | Name | Description |
---|---|---|
System.String | pageName | |
System.Action<PageToolbar> | configureAction |
Configure<TPage>(Action<PageToolbar>)
Declaration
public void Configure<TPage>(Action<PageToolbar> configureAction)
Parameters
Type | Name | Description |
---|---|---|
System.Action<PageToolbar> | configureAction |
Type Parameters
Name | Description |
---|---|
TPage |