DataLibraryApiBuilder<TSelf>.UpdateMethod(String) Method
Specifies the HTTP method for update requests; “PUT” by default.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public TSelf UpdateMethod(
string httpMethod
)
Parameters
| Name | Type | Description |
|---|---|---|
| httpMethod | String | The option value. |
Returns
| Type |
|---|
| TSelf |
See Also