Table of Contents
PostData Property

Specifies HTTP post data such as form data to be posted to the server while requesting the HTML page from the server.

Syntax
 public Byte[] PostData { get; set; }
Remarks

This property overrides values set by ClearPostData and AddPostData. This property is automatically cleared after each conversion.

See Also