We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02a910 commit 9d6a76dCopy full SHA for 9d6a76d
1 file changed
specs/IsSmartScreenRequired.md
@@ -68,7 +68,7 @@ interface ICoreWebView2Settings11 : ICoreWebView2Settings10 {
68
/// CoreWebView2Environment, then SmartScreen is enabled. If CoreWebView2Setting.IsSmartScreenRequired
69
/// is false for all CoreWebView2s in the associated CoreWebView2Environment, then SmartScreen is disabled.
70
/// When it is changed, the change will be applied to all WebViews using the
71
- /// same CoreWebView2Environment.
+ /// same CoreWebView2Environment on the next navigation or download.
72
/// The default value for `IsSmartScreenRequired` is true if SmartScreen is enabled when the CoreWebView2
73
/// is created and false if SmartScreen is disabled when the CoreWebView2 is created. The value doesn't change
74
/// if SmartScreen is enabled or disabled later.
0 commit comments