Nucleus .Net Core CMS

TagHelpers.ProgressTagHelper Class

Namespace: Nucleus.ViewFeatures.TagHelpers
Assembly: Nucleus.ViewFeatures.dll
Renders a progress control.

Remarks

The tag name for this tag helper was changed from progress to progressbar in Nucleus 1.0.1.0 in order to prevent confusion between this tag helper and the HTML progress element.<br /><br /> shared.css has built-in css styles for a progress control with class "UploadProgress". A progress element with any other class name will require custom styling.

Properties

ViewContext Property

Provides access to view context.

Class Property

The inner text of the anchor element.

Caption Property

The inner text of the anchor element.

Methods

ProcessAsync (TagHelperContext,TagHelperOutput) Method

ProcessAsync (TagHelperContext context, TagHelperOutput output)
Generate the output.