blazor-lumen-boilerplate

Loading Animations

For technical information read the global loading animation reference document.

Start Animation

string Ticket = await JSRuntime.InvokeAsync<string>("StartLoading");

Stop Animation

JSRuntime.InvokeVoidAsync("StopLoading", Ticket);