HtmlToImageElementHttpPostFields Property
Returns the collection of HTTP POST fields to be used when accessing a web page in HTML to Image element.
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
Namespace: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
public NameValuePairsCollection HttpPostFields { get; }
Public ReadOnly Property HttpPostFields As NameValuePairsCollection
Get
Property Value
NameValuePairsCollection