NavigateToPageAction Class

An action that switches the current visual to the specified Page.

Namespace: Microsoft.Xaml.Interactions.Core Namespace

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

public ref class NavigateToPageAction sealed : ::Windows::UI::Xaml::DependencyObject, ::Microsoft::Xaml::Interactivity::IAction

Properties

Name

Description

NavigateToPageAction.Parameter Property

Gets or sets the parameter which will be passed to the Windows::UI::Xaml::Controls::Frame::Navigate(Windows::UI::Xaml::Interop::TypeName, Platfrom::Object^) method.

NavigateToPageAction.TargetPage

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

Properties

Name

Description

NavigateToPageAction.Parameter Property

Gets or sets the parameter which will be passed to the Windows::UI::Xaml::Controls::Frame::Navigate(Windows::UI::Xaml::Interop::TypeName, Platfrom::Object^) method.

NavigateToPageAction.TargetPage

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

Fields

Name

Description

NavigateToPageAction.ParameterProperty

Identifies the Parameter dependency property.

NavigateToPageAction.TargetPageProperty

Identifies the TargetPage dependency property.

See Also

Reference

Microsoft.Xaml.Interactions.Core Namespace