ControllerDataSourceOptionsBuilder.UpdateAction(Boolean) Method
Specifies that the controller action decorated with the HttpPut attribute should be used.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ControllerDataSourceOptionsBuilder UpdateAction(
bool enabled
)
Parameters
| Name | Type |
|---|---|
| enabled | Boolean |
Returns
| Type |
|---|
| ControllerDataSourceOptionsBuilder |
See Also