Skip to main content
All docs
V23.2

DxBackendOptions.RequestHttpHeaders Property

Specifies HTTP headers that are sent to the server.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v23.2.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