Skip to content

Commit a571ea9

Browse files
authored
Update IsSmartScreenRequired
1 parent c282456 commit a571ea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specs/IsSmartScreenRequired

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ interface ICoreWebView2Settings11 : ICoreWebView2Settings10 {
8080
}
8181
```
8282

83-
## .NET and WinRT
8483
namespace Microsoft.Web.WebView2.Core
8584
{
8685
runtimeclass CoreWebView2Settings
8786
{
8887
// ...
8988
[interface_name("Microsoft.Web.WebView2.Core.ICoreWebView2Settings11")]
90-
{
91-
Boolean IsSmartScreenRequired { get; set; };
89+
{
90+
Boolean IsSmartScreenRequired { get; set; };
91+
}
9292
}
9393
}
9494

0 commit comments

Comments
 (0)