ControllerDataSourceOptionsBuilder.InsertAction(String) Method
Specifies the controller action used to insert data.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ControllerDataSourceOptionsBuilder InsertAction(
string actionName
)
Parameters
| Name | Type | Description |
|---|---|---|
| actionName | String | The option value. |
Returns
| Type |
|---|
| ControllerDataSourceOptionsBuilder |
See Also