Class AbpRowTagHelper
Inheritance
AbpRowTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
[HtmlTargetElement("abp-row")]
[HtmlTargetElement("abp-form-row")]
public class AbpRowTagHelper : AbpTagHelper<AbpRowTagHelper, AbpRowTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
AbpRowTagHelper(AbpRowTagHelperService)
Declaration
public AbpRowTagHelper(AbpRowTagHelperService tagHelperService)
Parameters
Properties
Gutters
Declaration
public bool? Gutters { get; set; }
Property Value
HAlign
Declaration
public HorizontalAlign HAlign { get; set; }
Property Value
VAlign
Declaration
public VerticalAlign VAlign { get; set; }
Property Value
Implements
Extension Methods