PreloadService Class

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

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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