RequestNavigateEventArgs.Target Property

Definition

The navigator that will host the content that is navigated to.

public:
 property System::String ^ Target { System::String ^ get(); };
public string Target { get; }
member this.Target : string
Public ReadOnly Property Target As String

Property Value

The navigator (NavigationWindow or Frame) that will host the content that is navigated to.

Applies to