Skip to main content

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.v23.2.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

An object that allows you to further process a document.

See Also