Example of Progress Button in ASP.NET MVC Button Control
This sample demonstrates the default functionalities of a progress button. Clicking that button will display a spinner and a progress indicator.
The progress button visualizes the progression of an operation to indicate the user that a process is happening in the background. The progress can be shown with graphics accompanied by a textual representation.
In this sample, the progress button contains the content, spinner, progress indicator, and a list of related features that
can be achieved using
content, opens in a new tab
cssClass,opens in a new tab
and
enableProgress opens in a new tab
property.
More information about progress button can be found in this documentation sectionopens in a new tab.