Click or drag to resize

BrowserViewInitializeComponent Method

Wires up the controls and optionally loads XAML markup and attaches dev tools (if Avalonia.Diagnostics package is referenced).

Namespace:  DotNetBrowser.AvaloniaUi
Assembly:  DotNetBrowser.AvaloniaUi (in DotNetBrowser.AvaloniaUi.dll) Version: 2.24.0
Syntax
C#
public void InitializeComponent(
	bool loadXaml = true
)

Parameters

loadXaml (Optional)
Type: SystemBoolean
Should the XAML be loaded into the component.
See Also