DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Dom
INode Interface
INode Properties
Children Property
Document Property
Frame Property
NextSibling Property
NodeName Property
NodeValue Property
Parent Property
PreviousSibling Property
TextContent Property
Type Property
XPath Property
INode
Parent Property
Gets the parent node.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax
C#
Copy
INode
Parent
{
get
; }
Property Value
Type:
INode
The parent node, if it exists, otherwise returns
null
Exceptions
Exception
Condition
ObjectDisposedException
The
INode
has already been disposed.
See Also
Reference
INode Interface
DotNetBrowser.Dom Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.