Windows apps
Collapse the table of content
Expand the table of content

NavigateToPageAction::TargetPage Property

Gets or sets the fully qualified name of the Page to navigate to. This is a dependency property.

Namespace:  Microsoft.Xaml.Interactions.Core
Assembly:  Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)

public:
property String^ TargetPage {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The fully qualified name of the Page to navigate to.

Show:
© 2017 Microsoft