PeachPDF

PeachPDF.Network.RNetworkResponse

RNetworkResponse.ResponseHeaders Property

HTTP-style response headers for the resource, if any. For stylesheet resources, PeachPDF inspects this for a Content-Type header and only accepts the body as CSS when it is text/css.

public System.Collections.Generic.Dictionary<string,string[]>? ResponseHeaders { get; init; }

Property Value

System.Collections.Generic.Dictionary<System.String,System.String[]>