1. <Window x:Class="WpfApp2.MainWindow"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:cefSharp="clr-namespace:CefSharp.Wpf;assembly=CefSharp.Wpf"
  5. xmlns:cs="clr-namespace:CefSharp;assembly=CefSharp"
  6. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  7. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  8. xmlns:local="clr-namespace:WpfApp2"
  9. mc:Ignorable="d"
  10. Title="MainWindow" Height="350" Width="525">
  11. <Grid>
  12. <cefSharp:ChromiumWebBrowser x:Name="Browser1" Grid.Row="0" Address="https://youtube.com" cs:IDisplayHandler.OnFullscreenModeChange="" />
  13. </Grid>
  14. </Window>