IBrowsingContextParent Property |
Gets the parent context, if any.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxIBrowsingContext Parent { get; }
ReadOnly Property Parent As IBrowsingContext
Get
property IBrowsingContext^ Parent {
IBrowsingContext^ get ();
}
abstract Parent : IBrowsingContext with get
Property Value
Type:
IBrowsingContext
The parent.
See Also