Class AbpAlertTagHelper
Inheritance
AbpAlertTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpAlertTagHelper : AbpTagHelper<AbpAlertTagHelper, AbpAlertTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
AbpAlertTagHelper(AbpAlertTagHelperService)
Declaration
public AbpAlertTagHelper(AbpAlertTagHelperService tagHelperService)
Parameters
Properties
AlertType
Declaration
public AlertType AlertType { get; set; }
Property Value
Dismissible
Declaration
public bool? Dismissible { get; set; }
Property Value
Implements
Extension Methods