Class AbpProgressBarTagHelper
Inheritance
System.Object
AbpProgressBarTagHelper
Implements
ITransientDependency
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpProgressBarTagHelper : AbpTagHelper<AbpProgressBarTagHelper, AbpProgressBarTagHelperService>, ITransientDependency
Constructors
AbpProgressBarTagHelper(AbpProgressBarTagHelperService)
Declaration
public AbpProgressBarTagHelper(AbpProgressBarTagHelperService tagHelperService)
Parameters
Properties
Animation
Declaration
public bool? Animation { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
MaxValue
Declaration
public double MaxValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinValue
Declaration
public double MinValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
Strip
Declaration
public bool? Strip { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Type
Declaration
public AbpProgressBarType Type { get; set; }
Property Value
Value
Declaration
public double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
ITransientDependency
Extension Methods