DxBackendOptions.RequestHttpHeaders Property
Specifies HTTP headers that are sent to the server.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.1.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
Declaration
Property Value
Type | Description |
---|---|
Dictionary<String, String> | An object that is a collection of request headers and values. |
See Also