statusBarEnabled property
getter/setter pair
Specifies whether the status bar is displayed.
The status bar is usually displayed in the lower left of the WebView and shows things such as the URI of a link when the user hovers over it and other information. The status bar UI can be altered by web content and should not be considered secure.
The default value is true.
Officially Supported Platforms/Implementations:
- Windows WebView2 (Official API - ICoreWebView2Settings.put_IsStatusBarEnabled)
Implementation
bool? statusBarEnabled;