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