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)

Syntax

'Declaration
Public Property TargetPage As String
public string TargetPage { get; set; }
public:
property String^ TargetPage {
    String^ get ();
    void set (String^ value);
}
member TargetPage : string with get, set
function get TargetPage () : String 
function set TargetPage (value : String)

Property Value

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

.NET Framework Security

See Also

Reference

NavigateToPageAction Class

Microsoft.Xaml.Interactions.Core Namespace