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