Show / Hide Table of Contents

Class PageToolbarExtensions

Inheritance
System.Object
PageToolbarExtensions
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 static class PageToolbarExtensions

Methods

AddButton(PageToolbar, ILocalizableString, String, String, String, ILocalizableString, FontIconType, AbpButtonType, AbpButtonSize, Boolean, Int32, 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
System.String icon
System.String name
System.String id
ILocalizableString busyText
FontIconType iconType
AbpButtonType type
AbpButtonSize size
System.Boolean disabled
System.Int32 order
System.String requiredPolicyName
Returns
Type Description
PageToolbar

AddComponent(PageToolbar, Type, Object, Int32, 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
System.Type componentType
System.Object argument
System.Int32 order
System.String requiredPolicyName
Returns
Type Description
PageToolbar

AddComponent<TComponent>(PageToolbar, Object, Int32, 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
System.Object argument
System.Int32 order
System.String requiredPolicyName
Returns
Type Description
PageToolbar
Type Parameters
Name Description
TComponent
Back to top Powered by Volosoft