NodeTreeSnapshotOriginURL Property |
Version 130.1.90
The url of the script (if any) that generates this node.
Namespace: CefSharp.DevTools.DOMSnapshotAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public RareStringData OriginURL { get; set; }
public:
property RareStringData^ OriginURL {
RareStringData^ get ();
void set (RareStringData^ value);
}
Property Value
RareStringDataSee Also