isRedirect property
Gets whether the request was a result of a server-side redirect.
NOTE: If the request is associated to the PlatformWebViewCreationParams.onCreateWindow event, this is always false
.
Also, on Android < 21, this is always false
.
Officially Supported Platforms/Implementations:
- Android native WebView 21+ (Official API - WebResourceRequest.isRedirect)
- Windows
Implementation
bool? isRedirect;