Class AbpAlertTagHelper
Inheritance
System.Object
AbpAlertTagHelper
Implements
ITransientDependency
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Alert
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpAlertTagHelper : AbpTagHelper<AbpAlertTagHelper, AbpAlertTagHelperService>, ITransientDependency
Constructors
AbpAlertTagHelper(AbpAlertTagHelperService)
Declaration
public AbpAlertTagHelper(AbpAlertTagHelperService tagHelperService)
Parameters
Type | Name | Description |
---|---|---|
AbpAlertTagHelperService | tagHelperService |
Properties
AlertType
Declaration
public AlertType AlertType { get; set; }
Property Value
Type | Description |
---|---|
AlertType |
Dismissible
Declaration
public bool? Dismissible { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Implements
ITransientDependency