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