Back to Devexpress

DataSourceFactory.RemoteController() Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-factories-dot-datasourcefactory.md

latest1.3 KB
Original Source

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

csharp
public RemoteControllerDataSourceOptionsBuilder RemoteController()

Returns

TypeDescription
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

DataSourceFactory Class

DataSourceFactory Members

DevExtreme.AspNet.Mvc.Factories Namespace