RichEditCustomDocumentProcessor.CallbackRouteValues(Object) Method
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| callbackRouteValues | Object | An object that contains the Controller and Action names. |
Returns
| Type | Description |
|---|---|
| RichEditCustomDocumentProcessor | An object that allows you to further process a document. |
See Also