ControllerDataSourceOptionsBuilder.DeleteAction Method
| Name | Parameters | Description |
|---|---|---|
| DeleteAction(Boolean) | enabled | Specifies that the controller action decorated with the HttpDelete attribute should be used. |
| DeleteAction(String) | actionName | Specifies the controller action used to delete data. |