NavigationEventArgs.Content Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The root node of the target page's content.