Interface IBlockUiService
Namespace: Volo.Abp.AspNetCore.Components.BlockUi
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public interface IBlockUiService
Methods
Block(string?, bool)
Declaration
Task Block(string? selectors, bool busy = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | selectors | |
| bool | busy |
Returns
| Type | Description |
|---|---|
| Task |
UnBlock()
Declaration
Task UnBlock()
Returns
| Type | Description |
|---|---|
| Task |