CoreWebView2LaunchingExternalUriSchemeEventArgs.GetDeferral Method

Definition

Gets a CoreWebView2Deferral object and put the event into a deferred state.

public Microsoft.Web.WebView2.Core.CoreWebView2Deferral GetDeferral ();
member this.GetDeferral : unit -> Microsoft.Web.WebView2.Core.CoreWebView2Deferral
Public Function GetDeferral () As CoreWebView2Deferral

Returns

Remarks

Use this to Complete() the launching external URI scheme request at a later time.

Applies to