Class AbpRoundedTagHelper
Inheritance
AbpRoundedTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
[HtmlTargetElement(Attributes = "abp-rounded")]
public class AbpRoundedTagHelper : AbpTagHelper<AbpRoundedTagHelper, AbpRoundedTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
AbpRoundedTagHelper(AbpRoundedTagHelperService)
Declaration
public AbpRoundedTagHelper(AbpRoundedTagHelperService tagHelperService)
Parameters
Properties
AbpRounded
Declaration
public AbpRoundedType AbpRounded { get; set; }
Property Value
Implements
Extension Methods