Skip to main content

ControllerDataSourceOptionsBuilder.DeleteAction(Boolean) Method

Specifies that the controller action decorated with the HttpDelete attribute should be used.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public ControllerDataSourceOptionsBuilder DeleteAction(
    bool enabled
)

Parameters

Name Type
enabled Boolean

Returns

Type
ControllerDataSourceOptionsBuilder
See Also