Nucleus .Net Core CMS

TagHelpers.ProgressTagHelper Class

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

Remarks

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.