deeb25a2| 1 | <UserControl xmlns="https://github.com/avaloniaui" |
| 2 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 3 | xmlns:awv="clr-namespace:Avalonia.Controls;assembly=Avalonia.Controls.WebView" |
| 4 | x:Class="CascadeIDE.Features.Editor.Presentation.MonacoEditorHostControl"> |
| 5 | <awv:NativeWebView x:Name="WebView" |
| 6 | NavigationCompleted="OnNavigationCompleted" |
| 7 | WebMessageReceived="OnWebMessageReceived" /> |
| 8 | </UserControl> |
| 9 | |
View only · write via MCP/CIDE