Class PageToolbarExtensions
Inheritance
PageToolbarExtensions
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
Syntax
public static class PageToolbarExtensions
Methods
AddButton(PageToolbar, ILocalizableString, string?, string?, string?, ILocalizableString?, FontIconType, AbpButtonType, AbpButtonSize, bool, int, string?)
Declaration
public static PageToolbar AddButton(this PageToolbar toolbar, ILocalizableString text, string? icon = null, string? name = null, string? id = null, ILocalizableString? busyText = null, FontIconType iconType = FontIconType.FontAwesome, AbpButtonType type = AbpButtonType.Primary, AbpButtonSize size = AbpButtonSize.Small, bool disabled = false, int order = 0, string? requiredPolicyName = null)
Parameters
Returns
AddComponent(PageToolbar, Type, object?, int, string?)
Declaration
public static PageToolbar AddComponent(this PageToolbar toolbar, Type componentType, object? argument = null, int order = 0, string? requiredPolicyName = null)
Parameters
Returns
AddComponent<TComponent>(PageToolbar, object?, int, string?)
Declaration
public static PageToolbar AddComponent<TComponent>(this PageToolbar toolbar, object? argument = null, int order = 0, string? requiredPolicyName = null)
Parameters
Returns
Type Parameters
Name |
Description |
TComponent |
|