Skip to main content

RemoteControllerDataSourceOptionsBuilder.DeleteUrl(String) Method

Specifies the URL used to delete data.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public RemoteControllerDataSourceOptionsBuilder DeleteUrl(
    string url
)

Parameters

Name Type Description
url String

The option value.

Returns

Type
RemoteControllerDataSourceOptionsBuilder
See Also