Skip to main content
A newer version of this page is available. .
All docs
V20.1

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.v20.1.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public RichEditCustomDocumentProcessor CallbackRouteValues(
    object callbackRouteValues
)

Parameters

Name Type Description
callbackRouteValues Object

An object that contains the Controller and Action names.

Returns

Type Description
RichEditCustomDocumentProcessor

The custom document processor.

See Also