WaitingMask
WaitingMask is buildin feature of BlazorPlus. It show a fullscreen layer to prevent user click the UI again before previous task completed.
There 3 way to activate the waiting mask :
- At client side use JavaScript AddWaitingMask() and SubWaitingMask()
- At server side use BlazorSession.AddWaitingMask() and BlazorSession.SubWaitingMask()
- Use class='bp-patch-wait-mask' for the element which trigged the @onclick handler
Links
The BlazorPlus.dll is ready for using.
But the contents of this website are being prepaired actively.
- Nuget
- BlazorPlusDemo - functional demo , Live Preview
- BlazorLinuxAdmin - 7 pages, Linux web control panel by ASP.NET Core Blazor server-side
- BlazorCefApp - 12 pages, Build windows desktop GUI app via CEF / WinForms / Blazor server-site
- Mobile - Boilerplate , comming soon.
Post issues if you have any questions https://github.com/BlazorPlus/BlazorPlus/issues