Skip to main content

RemoteControllerDataSourceOptionsBuilder.ErrorHandler(RazorBlock) Method

A function that is executed when an error occurs.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public RemoteControllerDataSourceOptionsBuilder ErrorHandler(
    RazorBlock jsFunc
)

Parameters

Name Type
jsFunc RazorBlock

Returns

Type
RemoteControllerDataSourceOptionsBuilder
See Also