Files
docs-desktop/dotnet-desktop-guide/framework/wpf/controls/frame.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

21 lines
897 B
Markdown

---
title: "Frame"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "navigation [WPF], within content"
- "controls [WPF], Frame"
- "Frame control [WPF]"
- "content [WPF], Frame control"
ms.assetid: 1588f9bf-9001-4437-a8fc-cc57ef50561c
---
# Frame
The <xref:System.Windows.Controls.Frame> control supports content navigation within content. <xref:System.Windows.Controls.Frame> can be hosted by a root element like <xref:System.Windows.Window>, <xref:System.Windows.Navigation.NavigationWindow>, <xref:System.Windows.Controls.Page>, <xref:System.Windows.Controls.UserControl>, <xref:System.Windows.Documents.FlowDocument>, or as an island within a content tree that belongs to a root element.
## Reference
<xref:System.Windows.Controls.Frame>
## Related Sections
[Navigation Overview](../app-development/navigation-overview.md)