isRedirect property
getter/setter pair
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 WebView 21+ (Official API - WebResourceRequest.isRedirect)
- Windows WebView2
Implementation
bool? isRedirect;