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

    Specifies HTTP headers that are sent to the server.

    Namespace: DevExpress.DashboardBlazor

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

    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