Click or drag to resize

RuleSetSourceText Property

Version 118.6.80
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.Preload
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public string SourceText { get; set; }

Property Value

Type: String
See Also