Browse Source

Update Block-Busy.md

pull/19453/head
maliming 2 years ago
committed by GitHub
parent
commit
3d243691f8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 10
      docs/en/UI/Blazor/Block-Busy.md

10
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);
}
}

Loading…
Cancel
Save