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