Class AbpIdNameTagHelper
Inheritance
AbpIdNameTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
[HtmlTargetElement(Attributes = "abp-id-name")]
public class AbpIdNameTagHelper : AbpTagHelper, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
Declaration
public AbpIdNameTagHelper(IOptions<MvcViewOptions> mvcViewOptions)
Parameters
Properties
Declaration
[HtmlAttributeName("abp-id-name")]
public ModelExpression? IdNameFor { get; set; }
Property Value
Declaration
public override int Order { get; }
Property Value
Overrides
Methods
ProcessAsync(TagHelperContext, TagHelperOutput)
Declaration
public override Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
Parameters
Returns
Overrides
Implements
Extension Methods