Class AbpIfTagHelper
Implements
ITransientDependency
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Utils
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpIfTagHelper : AbpTagHelper, ITransientDependency
Properties
Condition
Declaration
public bool Condition { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
Implements
ITransientDependency