Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks
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