NativeWebDialog
Overview
NativeWebDialog
is a dialog window that hosts a native web browser implementation. It provides a way to display web content in a separate window, particularly useful for platforms like Linux where embedded WebView controls might not be available.
Properties
Title
public string? Title { get; set; }