An empty page that can be used on its own or navigated to within a Frame.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public sealed class MetadataWorkaround : Page, 
	IComponentConnector
Visual Basic
Public NotInheritable Class MetadataWorkaround _
	Inherits Page _
	Implements IComponentConnector

Inheritance Hierarchy

System..::..Object
  DependencyObject
    UIElement
      FrameworkElement
        Control
          UserControl
            Page
              C1.Xaml..::..MetadataWorkaround

See Also