EVO HTML to PDF Converter

HtmlToSvgConverterHttpPostFields Property

Winnovative Client for .NET Documentation
Returns the collection of HTTP POST fields to be used when accessing a web page in HTML to SVG 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

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public NameValuePairsCollection HttpPostFields { get; }

Property Value

Type: NameValuePairsCollection
See Also

Reference