[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ReportServiceSettings.OnRequest

OnRequest Property

OnRequest

Gets or sets a callback function that is invoked before any request is made to the Web API.

Declaration
[JsonIgnore]
public Func<OnRequestInfo, OnRequestInfo> OnRequest { get; set; }
Property Value
Type Description
Func<OnRequestInfo, OnRequestInfo>

A function taking and returning an OnRequestInfo object.

Remarks

The OnRequest callback allows you to customize the request information before it is sent to the Web API.