Frame Control Sample

Inheritance of System.Windows.Controls.Frame :

System.Object
 System.Windows.Threading.DispatcherObject
  System.Windows.DependencyObject
   System.Windows.Media.Visual
    System.Windows.UIElement
     System.Windows.FrameworkElement
      System.Windows.Controls.Control
       System.Windows.Controls.ItemsControl
        System.Windows.Controls.ContentControl
         System.Windows.Controls.Frame

  A Frame hosting http://www.miszalok.de/index.htm.
<Page xmlns  ="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
 <Frame Width="200" Height="200" BorderBrush="Black" BorderThickness="1"
        Source="http://www.miszalok.de/index.htm"/>
</Page>

When you are in the Internet Explorer run FrameBox.xaml.
At first the browser will ask for allowance to open foreign content without security permission. I assure you can trust my site.
Then follow an arbitrary link of http://www.miszalok.de/index.htm inside the Frame !