RuleSetSourceText Property |
Version 130.1.90
Source text of JSON representing the rule set. If it comes from
`<script>` tag, it is the textContent of the node. Note that it is
a JSON for valid case.
See also:
- https://wicg.github.io/nav-speculation/speculation-rules.html
- https://github.com/WICG/nav-speculation/blob/main/triggers.md
Namespace: CefSharp.DevTools.PreloadAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string SourceText { get; set; }
public:
property String^ SourceText {
String^ get ();
void set (String^ value);
}
Property Value
StringSee Also