HtmlToImageConverterHttpPostFields Property

Returns the collection of HTTP POST fields to be used when accessing a web page in HTML to Image converter. If there are elements in collection then the converter will make a POST request to the web page URL with the fields from this collection, otherwise it will make a GET request

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public NameValuePairsCollection HttpPostFields { get; }

Property Value

NameValuePairsCollection

See Also