UI for ASP.NET Core
The ASP.NET Core ProgressBar component visually represents the progress of any long-running operations in your application. The control can be configured to fit in a variety of scenarios such as filling out a survey or system-oriented processes like downloading. Thanks to its rich functionality, the component supports multiple types, horizontal and vertical orientation, reversed direction and more.
See the ASP.NET Core ProgressBar in action
You can predefine the number of steps (chunks) for the users to complete by setting a single option. It will automatically define how the progress will be visualized as part of the whole ASP.NET Core ProgressBar.
The visual representation of the ProgressBar can be augmented for any specific scenario – it can stand horizontal or vertical with a switch of a setting.
See how Orientation works in ASP.NET Core ProgressBar Demo
Telerik UI for ASP.NET Core ProgressBar offers two options for declaring UI components – through HTML or Tag Helpers. You can choose which approach to use based on preference, technology background or team development practice. Both HTML and Tag helpers allow you to lay out the ProgressBar and its configuration with a simple and easy-to-read HTML-like or Razor syntax.