Class AbpCardBackgroundTagHelperService
Inheritance
AbpCardBackgroundTagHelperService
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpCardBackgroundTagHelperService : AbpTagHelperService<AbpCardBackgroundTagHelper>, IAbpTagHelperService<AbpCardBackgroundTagHelper>, ITransientDependency
Constructors
AbpCardBackgroundTagHelperService()
Declaration
public AbpCardBackgroundTagHelperService()
Methods
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Overrides
SetBackground(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetBackground(TagHelperContext context, TagHelperOutput output)
Parameters
Implements
Extension Methods