Skip to content

Commit c282456

Browse files
Update specs/IsSmartScreenRequired
Co-authored-by: David Risney <dave@deletethis.net>
1 parent d068ac7 commit c282456

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

specs/IsSmartScreenRequired

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ interface ICoreWebView2Settings11 : ICoreWebView2Settings10 {
8383
## .NET and WinRT
8484
namespace Microsoft.Web.WebView2.Core
8585
{
86-
[interface_name("Microsoft.Web.WebView2.Core.ICoreWebView2StagingSettings")]
86+
runtimeclass CoreWebView2Settings
87+
{
88+
// ...
89+
[interface_name("Microsoft.Web.WebView2.Core.ICoreWebView2Settings11")]
8790
{
8891
Boolean IsSmartScreenRequired { get; set; };
8992
}

0 commit comments

Comments
 (0)