PreloadService Class

Service to display a loading spinner on the screen. (Preload)

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class PreloadService
Inheritance
Object    PreloadService

Constructors

PreloadServiceInitializes a new instance of the PreloadService class

Methods

Hide Hides the loading spinner, invoked after loading completed.
Show Displays the loading spinner, invoked before loading starts.

Events

OnHide Invoked when the loading spinner is hidden.
OnShow Invoked when the loading spinner is shown, with the specified color to show it in.

See Also