RichEditCustomDocumentProcessor.CallbackRouteValues(Object) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public RichEditCustomDocumentProcessor CallbackRouteValues(
object callbackRouteValues
)
#Parameters
Name | Type | Description |
---|---|---|
callback |
Object | An object that contains the Controller and Action names. |
#Returns
Type | Description |
---|---|
Rich |
An object that allows you to further process a document. |
See Also