[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.RequestInit.Headers

Headers Property

Headers

Gets or sets the headers to be included in the request.

Declaration
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Dictionary<string, string> Headers { get; set; }
Property Value
Type Description
Dictionary<string, string>

A Dictionary<TKey, TValue> representing the headers, where the key is the header name and the value is the header value.