Class AbpProgressBarTagHelperService
Inheritance
System.Object
AbpProgressBarTagHelperService
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.ProgressBar
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpProgressBarTagHelperService : AbpTagHelperService<AbpProgressBarTagHelper>, IAbpTagHelperService<AbpProgressBarTagHelper>, ITransientDependency
Methods
CalculateStyleWidth()
Declaration
protected virtual int CalculateStyleWidth()
Returns
Type | Description |
---|---|
System.Int32 |
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
Overrides
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.AbpTagHelperService<Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.ProgressBar.AbpProgressBarTagHelper>.Process(TagHelperContext, TagHelperOutput)
SetAnimationClass(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetAnimationClass(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
SetParentElement(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetParentElement(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
SetStripClass(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetStripClass(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
SetTypeClass(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetTypeClass(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
SetValues(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetValues(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
Implements
ITransientDependency