maliming
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
5 deletions
-
docs/en/UI/Blazor/Block-Busy.md
|
|
|
@ -20,11 +20,11 @@ namespace MyProject.Blazor.Pages |
|
|
|
|
|
|
|
public async Task BlockForm() |
|
|
|
{ |
|
|
|
/* |
|
|
|
Parameters of Block method: |
|
|
|
selectors: A string containing one or more selectors to match |
|
|
|
busy : Set to true to show a progress indicator on the blocked area. |
|
|
|
*/ |
|
|
|
/* |
|
|
|
Parameters of Block method: |
|
|
|
selectors: A string containing one or more selectors to match. https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector#selectors |
|
|
|
busy : Set to true to show a progress indicator on the blocked area. |
|
|
|
*/ |
|
|
|
await _blockUiService.Block(selectors: "#MySelectors", busy: true); |
|
|
|
} |
|
|
|
} |
|
|
|
|