|
Access a HTML Page Using GET and POST HTTP Methods
|
EVO HTML to PDF Converter allows you to access a HTML page using both GET and POST
HTTP Methods. By default the GET method is used by converter to access the HTML
page. When you access the page using GET method you can transmit the parameters in
query string. When you access the page using the POST method you transmit the parameters
in HTTP request form.
By default the converter automatically applies application/x-www-form-urlencoded
encoding to the POST field names and values when building the POST request body.
If the names and values are already encoded by the caller, the automatic encoding
can be disabled by setting the EncodeHttpPostFields property of the converter to false.
The parameters transmitted in query string when using the GET method must still be
URL-encoded by the caller.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|