Skip to main content
A newer version of this page is available. .

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
httpMethod String

Returns

Type
TSelf
See Also