Skip to content

Commit 2751936

Browse files
style
1 parent c1390a6 commit 2751936

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

specs/IFramePermissionRequested.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,14 +413,16 @@ namespace Microsoft.Web.WebView2.Core
413413
[interface_name("Microsoft.Web.WebView2.Core.ICoreWebView2PermissionRequestedEventArgs2")]
414414
{
415415
// ICoreWebView2PermissionRequestedEventArgs2 members
416-
[doc_string("The host may set this flag to `TRUE` to prevent the `PermissionRequested` event from firing on the CoreWebView2 as well.\nBy default, both the `PermissionRequested` on the CoreWebView2Frame and CoreWebView2 will be fired.")]
416+
[doc_string("The host may set this flag to `TRUE` to prevent the `PermissionRequested` event from firing on the CoreWebView2 as well.\nBy default, both the `PermissionRequested` on the CoreWebView2Frame and CoreWebView2 will be raised.")]
417417
Boolean Handled { get; set; };
418418
}
419419

420420
}
421421

422422
runtimeclass CoreWebView2Frame
423423
{
424+
// ...
425+
424426
[interface_name("Microsoft.Web.WebView2.Core.ICoreWebView2Frame2")]
425427
{
426428
// ICoreWebView2Frame2 members

0 commit comments

Comments
 (0)