Kendo.Mvc.UI.Fluent.GeoJsonDataSourceBuilder
Defines the fluent API for configuring the Kendo UI Map for ASP.NET MVC shape layer GeoJSON data source.
Methods
Read(System.Action<Kendo.Mvc.UI.Fluent.CrudOperationBuilder>)
Configures the URL for Read operation.
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