[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.OnRequestInfo.Headers

Headers Property

Headers

Gets or sets a dictionary containing headers that should be included with the request.

Declaration
public Dictionary<string, string> Headers { get; set; }
Property Value
Type Description
Dictionary<string, string>

A Dictionary<TKey, TValue> representing HTTP headers. Each key-value pair represents a header field and its value.