Gets or sets a value that indicates whether redirects will automatically be followed for any
subsequent Request objects created by this WebBrowser.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.8.37 (1.0.0.0)
Syntax
Field Value
true if redirects will automatically be followed for Request objects created; otherwise, false.Remarks
![]() |
---|
If you only want to change automatic redirecting for a single request, then it is better to call FollowRedirects instead of this property. |
See Also