ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ServerSettings Class / OnBeforeRequest Property

In This Topic
    OnBeforeRequest Property
    In This Topic
    Gets or sets a special handler to modify requests before they are sent.
    Syntax
    'Declaration
     
    Public Property OnBeforeRequest As Func(Of RequestInit,RequestInit)
    public Func<RequestInit,RequestInit> OnBeforeRequest {get; set;}

    Property Value

    A function that takes a RequestInit object and returns a modified RequestInit object.
    See Also