Table of Contents

Method Handle

Namespace
DotNetBrowser.AvaloniaUi.Dialogs
Assembly
DotNetBrowser.AvaloniaUi.dll

Handle(AuthenticateParameters)

This method is called when the Chromium callback needs a response that may be determined based on the provided parameters.

public AuthenticateResponse Handle(AuthenticateParameters parameters)

Parameters

parameters AuthenticateParameters

the handler parameters.

Returns

AuthenticateResponse

an object that represents the response that should be determined based on the provided parameters.