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