HtmlFormSubmitAsXmlHttpRequest Property |
Gets or sets a value indicating whether the form submission shall attempt to mimic a JQuery request.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax protected bool SubmitAsXmlHttpRequest { get; set; }
Protected Property SubmitAsXmlHttpRequest As Boolean
Get
Set
protected:
property bool SubmitAsXmlHttpRequest {
bool get ();
void set (bool value);
}
member SubmitAsXmlHttpRequest : bool with get, set
Property Value
Type:
BooleanRemarks
If true, the form request shall have the X-Requested-With=XMLHttpRequest header added to the headers collection. If false,
the header shall be removed if previously added.
See Also