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 DescriptionReturnParameters
Go Sets progress from 0 to 100, or uses null for indeterminate progress. Taskint? percentage, Action<PageProgressOptions> options = null
On this page