Class AbpCardBackgroundTagHelper
Inheritance
AbpCardBackgroundTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
[HtmlTargetElement("abp-card", Attributes = "background")]
[HtmlTargetElement("abp-card-header", Attributes = "background")]
[HtmlTargetElement("abp-card-body", Attributes = "background")]
[HtmlTargetElement("abp-card-footer", Attributes = "background")]
public class AbpCardBackgroundTagHelper : AbpTagHelper<AbpCardBackgroundTagHelper, AbpCardBackgroundTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
AbpCardBackgroundTagHelper(AbpCardBackgroundTagHelperService)
Declaration
public AbpCardBackgroundTagHelper(AbpCardBackgroundTagHelperService tagHelperService)
Parameters
Properties
Background
Declaration
public AbpCardBackgroundType Background { get; set; }
Property Value
Implements
Extension Methods