ODataSourceBuilder.Url(String) Method
Specifies the URL of the OData entity to access.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ODataSourceBuilder Url(
string url
)
Parameters
| Name | Type | Description |
|---|---|---|
| url | String | The option value. |
Returns
| Type |
|---|
| ODataSourceBuilder |
See Also