New to Telerik UI for ASP.NET Core? Download free 30-day trial

PivotAjaxDataSourceTransportBuilder

Methods

Read(System.Action)

Configures the URL for Read operation.

Parameters

configurator - System.Action<CrudOperationBuilder>

Read(System.String,System.String,System.Object)

Sets controller and action for Read operation.

Parameters

actionName - System.String

Action name

controllerName - System.String

Controller Name

routeValues - System.Object

Route values

Read(System.String,System.String)

Sets controller, action and routeValues for Read operation.

Parameters

actionName - System.String

Action name

controllerName - System.String

Controller Name

Discover(System.Action)

Configures the discover operation.

Parameters

configurator - System.Action<CrudOperationBuilder>

Discover(System.String,System.String,System.Object)

Sets controller and action for Discover operation.

Parameters

actionName - System.String

Action name

controllerName - System.String

Controller Name

routeValues - System.Object

Route values

Discover(System.String,System.String)

Sets controller, action and routeValues for Discover operation.

Parameters

actionName - System.String

Action name

controllerName - System.String

Controller Name

In this article
Not finding the help you need?