Class AbpSelectTagHelper
Inheritance
AbpSelectTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
[OutputElementHint("select")]
public class AbpSelectTagHelper : AbpTagHelper<AbpSelectTagHelper, AbpSelectTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
Declaration
public AbpSelectTagHelper(AbpSelectTagHelperService tagHelperService)
Parameters
Properties
Declaration
public bool AddMarginBottomClass { get; set; }
Property Value
Declaration
public string? AllowClear { get; set; }
Property Value
Declaration
public ModelExpression AspFor { get; set; }
Property Value
Declaration
public IEnumerable<SelectListItem>? AspItems { get; set; }
Property Value
Declaration
public string? AutocompleteApiUrl { get; set; }
Property Value
Declaration
public string? AutocompleteDisplayPropertyName { get; set; }
Property Value
Declaration
public string? AutocompleteFilterParamName { get; set; }
Property Value
Declaration
public string? AutocompleteItemsPropertyName { get; set; }
Property Value
Declaration
public string? AutocompleteParentSelector { get; set; }
Property Value
Declaration
public string? AutocompleteSelectedItemName { get; set; }
Property Value
Declaration
public string? AutocompleteSelectedItemValue { get; set; }
Property Value
Declaration
public string? AutocompleteValuePropertyName { get; set; }
Property Value
Declaration
[HtmlAttributeName("required-symbol")]
public bool DisplayRequiredSymbol { get; set; }
Property Value
Declaration
[HtmlAttributeName("floating-label")]
public bool FloatingLabel { get; set; }
Property Value
InfoText
Declaration
[HtmlAttributeName("info")]
public string? InfoText { get; set; }
Property Value
Declaration
public string? Label { get; set; }
Property Value
Declaration
public string? Placeholder { get; set; }
Property Value
Declaration
public AbpFormControlSize Size { get; set; }
Property Value
Declaration
public bool SuppressLabel { get; set; }
Property Value
Implements
Extension Methods