NodeTreeSnapshotPseudoIdentifier Property |
Version 113.3.50
Pseudo element identifier for this node. Only present if there is a
valid pseudoType.
Namespace:
CefSharp.DevTools.DOMSnapshot
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 113.3.50.0
Syntax public RareStringData PseudoIdentifier { get; set; }
public:
property RareStringData^ PseudoIdentifier {
RareStringData^ get ();
void set (RareStringData^ value);
}
Property Value
Type:
RareStringDataSee Also