EVO HTML to PDF Converter

HtmlToSvgConverterHttpPostFields Property

EVO HTML to PDF Converter 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:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public NameValueCollection HttpPostFields { get; }

Property Value

Type: NameValueCollection
See Also

Reference