Blazor UI: Block/Busy Service
UI Block disables (blocks) the page or a part of the page.
Quick Example
Simply inject IBlockUiService
to your page or component and call the Block/UnBlock
method to disables (blocks) the element.
The resulting UI will look like below:
Then you can use _blockUiService.UnBlock()
to re-enable the busy area/page.