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