Show / Hide Table of Contents

Interface IButtonTagHelperBase

Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Button
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public interface IButtonTagHelperBase

Properties

ButtonType

Declaration
AbpButtonType ButtonType { get; }
Property Value
Type Description
AbpButtonType

Disabled

Declaration
bool? Disabled { get; }
Property Value
Type Description
System.Nullable<System.Boolean>

Icon

Declaration
string Icon { get; }
Property Value
Type Description
System.String

IconType

Declaration
FontIconType IconType { get; }
Property Value
Type Description
FontIconType

Size

Declaration
AbpButtonSize Size { get; }
Property Value
Type Description
AbpButtonSize

Text

Declaration
string Text { get; }
Property Value
Type Description
System.String

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft