Class AbpIfTagHelper
Inheritance
AbpIfTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
[HtmlTargetElement(Attributes = "abp-if")]
public class AbpIfTagHelper : AbpTagHelper, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
AbpIfTagHelper()
Declaration
Properties
Condition
Declaration
[HtmlAttributeName("abp-if")]
public bool Condition { get; set; }
Property Value
Methods
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Overrides
Implements
Extension Methods