Gets or sets a value that indicates whether redirects will automatically be followed for this Request.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Field Value
true if redirects will automatically be followed for this Request; otherwise, false.Remarks
Default behaviour for newly-created Request objects is to follow redirects, but this can be changed for individual Request objects using this property, or changed on all Request objects using DefaultFollowRedirects.
See Also