CoreWebView2BasicAuthenticationRequestedEventArgs.GetDeferral Method

Definition

Gets a CoreWebView2Deferral object.

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 Deferral to defer the decision to show the Basic Authentication dialog.

Applies to