RemoteControllerDataSourceOptionsBuilder.LoadUrl(String) Method
Specifies the URL used to load data.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public RemoteControllerDataSourceOptionsBuilder LoadUrl(
string url
)
Parameters
| Name | Type | Description |
|---|---|---|
| url | String | The option value. |
Returns
| Type |
|---|
| RemoteControllerDataSourceOptionsBuilder |
See Also