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