Kendo.Mvc.UI.Fluent.CrudOperationBuilderBase
Defines the fluent interface for configuring the CrudOperation options.
Methods
Route(Microsoft.AspNetCore.Routing.RouteValueDictionary)
Sets the route values for the operation.
Parameters
routeValues Microsoft.AspNetCore.Routing.RouteValueDictionary
Route values
Action(System.String,System.String,System.Object)
Sets the action, contoller and route values for the operation.
Parameters
actionName System.String
Action name
controllerName System.String
Controller name
routeValues System.Object
Route values
Action(System.String,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary)
Sets the action, contoller and route values for the operation.
Parameters
actionName System.String
Action name
controllerName System.String
Controller name
routeValues Microsoft.AspNetCore.Routing.RouteValueDictionary
Route values
Action(System.String,System.String)
Sets the action and contoller values for the operation.
Parameters
actionName System.String
Action name
controllerName System.String
Controller name
Route(System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary)
Sets the route name and values for the operation.
Parameters
routeName System.String
Route name
routeValues Microsoft.AspNetCore.Routing.RouteValueDictionary
Route values
Route(System.String,System.Object)
Sets the route name and values for the operation.
Parameters
routeName System.String
Route name
routeValues System.Object
Route values
Route(System.String)
Sets the route name for the operation.
Parameters
routeName System.String
Action(System.Linq.Expressions.Expression<System.Action<T1>>)
Sets the action and contoller for the operation.
Parameters
controllerAction System.Linq.Expressions.Expression<System.Action<T1>>
The controller action
Data(System.Func<System.Object,System.Object>)
Sets a JavaScript function which will return additional parameters to be sent the server.
Data(System.String)
Sets a JavaScript function which will return additional parameters to be sent to the server.
Parameters
handler System.String
JavaScript function name
Url(System.String)
Specifies an absolute or relative URL for the operation.
Parameters
url System.String
Absolute or relative URL for the operation
Type(Kendo.Mvc.UI.HttpVerbs)
Specifies the HTTP verb of the request.
Parameters
verb Kendo.Mvc.UI.HttpVerbs
The HTTP verb
Headers(System.Object)
Specifies the HTTP headers.
Parameters
headers System.Object
Returns
Headers(System.Collections.Generic.IDictionary<System.String,System.String>)
Specifies the HTTP headers.