Skip to main content

RemoteControllerDataSourceOptionsBuilder.UpdateUrl(String) Method

Specifies the URL used to update data.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public RemoteControllerDataSourceOptionsBuilder UpdateUrl(
    string url
)

Parameters

Name Type Description
url String

The option value.

Returns

Type
RemoteControllerDataSourceOptionsBuilder
See Also