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.

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.75.0
C#
public bool EncodeHttpPostFields { get; set; }

Property Value

Boolean

See Also