Skip to main content

DataSourceFactory.RemoteController() Method

Configures access to a data controller on a different site or to a Razor page handler.

Namespace: DevExtreme.AspNet.Mvc.Factories

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public RemoteControllerDataSourceOptionsBuilder RemoteController()

Returns

Type Description
RemoteControllerDataSourceOptionsBuilder

An instance of RemoteControllerDataSourceOptionsBuilder.

Remarks

Refer to Bind to a Controller on a Different Site and Razor Page Handlers for more information.

See Also