DashboardBackendOptions.RequestHttpHeaders Property
In This Article
Gets or sets HTTP-headers that are sent to the server.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
#Declaration
public Dictionary<string, string> RequestHttpHeaders { get; protected set; }
#Property Value
Type | Description |
---|---|
Dictionary<String, String> | An object that is a collection of headers and values. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Request |
---|---|
ASPx |
|
Dashboard |
|
See Also