Blazorise Page Progress Service API
Review the provider component and service method used to control page-level progress.
For setup instructions and examples, see the Page Progress Service documentation.
API
PageProgressProvider
The provider listens for progress changes and renders the page progress indicator. It has no provider-specific parameters.
IPageProgressService
Events
| Event | Description | Type |
|---|---|---|
ProgressChanged |
Raised when the requested progress value or options change. | EventHandler<PageProgressEventArgs> |
Methods
| Method | Description | Return | Parameters |
|---|---|---|---|
Go |
Sets progress from 0 to 100, or uses null for indeterminate progress.
| Task | int? percentage, Action<PageProgressOptions> options = null |