Back to Devexpress

DataLibraryApiBuilder<TSelf>.OnBeforeSend(String) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-datasources-dot-datalibraryapibuilder-1-dot-onbeforesend-x28-system-dot-string-x29.md

latest951 B
Original Source

DataLibraryApiBuilder<TSelf>.OnBeforeSend(String) Method

Specifies a function used to customize a web request before it is sent.

Namespace : DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public TSelf OnBeforeSend(
    string jsFunc
)

Parameters

NameTypeDescription
jsFuncString

The option value.

|

Returns

Type
TSelf

See Also

DataLibraryApiBuilder<TSelf> Class

DataLibraryApiBuilder<TSelf> Members

DevExtreme.AspNet.Mvc.Builders.DataSources Namespace