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