Skip to main content
All docs
V25.1
  • DxBackendOptions.RequestHttpHeaders Property

    Specifies HTTP headers that are sent to the server.

    Namespace: DevExpress.DashboardBlazor

    Assembly: DevExpress.Dashboard.v25.1.Blazor.dll

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

    [Parameter]
    public Dictionary<string, string> RequestHttpHeaders { get; set; }

    Property Value

    Type Description
    Dictionary<String, String>

    An object that is a collection of request headers and values.

    See Also