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: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public NameValueCollection HttpPostFields { get; }
Visual Basic
Public ReadOnly Property HttpPostFields As NameValueCollection
	Get
Visual C++
public:
property NameValueCollection^ HttpPostFields {
	NameValueCollection^ get ();
}

Property Value

Type: NameValueCollection

See Also