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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.