HtmlToPdfConverterEncodeHttpPostFields Property
When true (default), the converter applies application/x-www-form-urlencoded
encoding to the names and values in the
HttpPostFields collection
when building the POST request body: spaces are encoded as '+' and reserved
characters are percent-encoded. Set to false only if the names and values
are already form-urlencoded by the caller.
Namespace: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.36.0
public bool EncodeHttpPostFields { get; set; }
Property Value
Boolean