NavigationEventArgs.Content Property

Definition

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

public:
 property System::Object ^ Content { System::Object ^ get(); };
public object Content { get; }
member this.Content : obj
Public ReadOnly Property Content As Object

Property Value

The root element of the target page's content.

Applies to