Click or drag to resize

DefaultAuthenticationHandler Constructor

Creates and initializes the dialog handler.

Namespace:  DotNetBrowser.AvaloniaUi.Dialogs
Assembly:  DotNetBrowser.AvaloniaUi (in DotNetBrowser.AvaloniaUi.dll) Version: 2.25.1
Syntax
C#
public DefaultAuthenticationHandler(
	Visual parent
)

Parameters

parent
Type: Visual
The parent object for the dialog displayed by this handler.
See Also