CoreWebView2BasicAuthenticationRequestedEventArgs.Response Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response to the authentication request with credentials. This object will be populated by the app if the host would like to provide authentication 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.