Skip to main content
A newer version of this page is available. .

ControllerDataSourceOptionsBuilder.InsertAction(Boolean) Method

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

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public ControllerDataSourceOptionsBuilder InsertAction(
    bool enabled
)

Parameters

Name Type
enabled Boolean

Returns

Type
ControllerDataSourceOptionsBuilder
See Also