You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// and also helps you make informed decisions about downloads.
63
63
/// `IsSmartScreenRequired` is used to control whether SmartScreen enabled or not.
64
64
/// SmartScreen is enabled or disabled for all CoreWebView2s in a CoreWebView2Environment.
65
-
/// If CoreWebView2Setting.IsSmartScreenRequired is true for any CoreWebView2 in its associated CoreWebView2Environment, then SmartScreen is enabled. If CoreWebView2Setting.IsSmartScreenRequired is false for all CoreWebView2s in the associated CoreWebView2Environment, then SmartScreen is disabled.
65
+
/// If CoreWebView2Setting.IsSmartScreenRequired is true for any CoreWebView2 in its associated
66
+
/// CoreWebView2Environment, then SmartScreen is enabled. If CoreWebView2Setting.IsSmartScreenRequired
67
+
/// is false for all CoreWebView2s in the associated CoreWebView2Environment, then SmartScreen is disabled.
66
68
/// When it is changed, the change will be applied to all WebViews using the
67
69
/// same user data folder.
68
-
/// By default, it is the current actual state of SmartScreen.
70
+
/// The default value for `IsSmartScreenRequired` is true if SmartScreen is enabled when the CoreWebView2
71
+
/// is created and false if SmartScreen is disabled when the CoreWebView2 is created. The value doesn't change
0 commit comments