ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / RequestInit Class / Headers Property

In This Topic
    Headers Property (RequestInit)
    In This Topic
    Gets or sets the headers to be included in the request.
    Syntax
    'Declaration
     
    Public Property Headers As Dictionary(Of String,String)
    public Dictionary<string,string> Headers {get; set;}

    Property Value

    A Dictionary representing the headers, where the key is the header name and the value is the header value.
    See Also