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