We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c282456 commit a571ea9Copy full SHA for a571ea9
specs/IsSmartScreenRequired
@@ -80,15 +80,15 @@ interface ICoreWebView2Settings11 : ICoreWebView2Settings10 {
80
}
81
```
82
83
-## .NET and WinRT
84
namespace Microsoft.Web.WebView2.Core
85
{
86
runtimeclass CoreWebView2Settings
87
88
// ...
89
[interface_name("Microsoft.Web.WebView2.Core.ICoreWebView2Settings11")]
90
- {
91
- Boolean IsSmartScreenRequired { get; set; };
+ {
+ Boolean IsSmartScreenRequired { get; set; };
+ }
92
93
94
0 commit comments