CoreWebView2BasicAuthenticationRequestedEventArgs.Response Property

Definition

Response to the authentication request with credentials.

public Microsoft.Web.WebView2.Core.CoreWebView2BasicAuthenticationResponse Response { get; }
member this.Response : Microsoft.Web.WebView2.Core.CoreWebView2BasicAuthenticationResponse
Public ReadOnly Property Response As CoreWebView2BasicAuthenticationResponse

Property Value

Remarks

This object will be populated by the app if the host would like to provide authentication credentials.

Applies to