Skip to main content

RemoteControllerDataSourceOptionsBuilder.InsertUrl(String) Method

Specifies the URL used to insert data.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public RemoteControllerDataSourceOptionsBuilder InsertUrl(
    string url
)

Parameters

Name Type Description
url String

The option value.

Returns

Type
RemoteControllerDataSourceOptionsBuilder
See Also