Show / Hide Table of Contents

Class PageToolbarExtensions

Inheritance
object
PageToolbarExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.PageToolbars
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
Type Name Description
PageToolbar toolbar
ILocalizableString text
string icon
string name
string id
ILocalizableString busyText
FontIconType iconType
AbpButtonType type
AbpButtonSize size
bool disabled
int order
string requiredPolicyName
Returns
Type Description
PageToolbar

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
Type Name Description
PageToolbar toolbar
Type componentType
object argument
int order
string requiredPolicyName
Returns
Type Description
PageToolbar

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
Type Name Description
PageToolbar toolbar
object argument
int order
string requiredPolicyName
Returns
Type Description
PageToolbar
Type Parameters
Name Description
TComponent
In this article
Back to top Powered by ABP.IO Platform