Class AbpInputTagHelper
Inheritance
AbpInputTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
public class AbpInputTagHelper : AbpTagHelper<AbpInputTagHelper, AbpInputTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
Declaration
public AbpInputTagHelper(AbpInputTagHelperService tagHelperService)
Parameters
Properties
Declaration
public bool AddMarginBottomClass { get; set; }
Property Value
Declaration
public ModelExpression AspFor { get; set; }
Property Value
Declaration
public bool AutoFocus { get; set; }
Property Value
Declaration
public CheckBoxHiddenInputRenderMode? CheckBoxHiddenInputRenderMode { 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
Declaration
[HtmlAttributeName("asp-format")]
public string? Format { get; set; }
Property Value
InfoText
Declaration
[HtmlAttributeName("info")]
public string? InfoText { get; set; }
Property Value
Declaration
[HtmlAttributeName("type")]
public string? InputTypeName { get; set; }
Property Value
Declaration
[HtmlAttributeName("disabled")]
public bool IsDisabled { get; set; }
Property Value
Declaration
[HtmlAttributeName("readonly")]
public bool? IsReadonly { get; set; }
Property Value
Declaration
public string? Label { get; set; }
Property Value
Declaration
public string? LabelTooltip { get; set; }
Property Value
Declaration
public bool LabelTooltipHtml { get; set; }
Property Value
Declaration
public string LabelTooltipIcon { get; set; }
Property Value
Declaration
public string LabelTooltipPlacement { get; set; }
Property Value
Declaration
public string? Name { get; set; }
Property Value
Declaration
public AbpFormControlSize Size { get; set; }
Property Value
Declaration
public bool SuppressLabel { get; set; }
Property Value
Declaration
public string? Value { get; set; }
Property Value
Implements
Extension Methods