Class AbpRadioInputTagHelper
Inheritance
AbpRadioInputTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
[HtmlTargetElement("abp-radio")]
public class AbpRadioInputTagHelper : AbpTagHelper<AbpRadioInputTagHelper, AbpRadioInputTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
Declaration
public AbpRadioInputTagHelper(AbpRadioInputTagHelperService tagHelperService)
Parameters
Properties
Declaration
public ModelExpression AspFor { get; set; }
Property Value
Declaration
public IEnumerable<SelectListItem>? AspItems { get; set; }
Property Value
Declaration
public bool? Disabled { get; set; }
Property Value
Declaration
public bool? Inline { get; set; }
Property Value
Declaration
public string? Label { get; set; }
Property Value
Implements
Extension Methods