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