NavigationEventArgs.Content Property

Definition

Gets the root node of the target page's content.

public:
 property Platform::Object ^ Content { Platform::Object ^ get(); };
IInspectable Content();
public object Content { get; }
var object = navigationEventArgs.content;
Public ReadOnly Property Content As Object

Property Value

Object

Platform::Object

IInspectable

The root node of the target page's content.

Applies to