Click or drag to resize

StyleSheetOrigin Enumeration

Version 102.0.100
Stylesheet type: "injected" for stylesheets injected via extension, "user-agent" for user-agent stylesheets, "inspector" for stylesheets created by the inspector (i.e. those holding the "via inspector" rules), "regular" for regular stylesheets.

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public enum StyleSheetOrigin
Members
  Member nameValueDescription
Injected0 injected
UserAgent1 user-agent
Inspector2 inspector
Regular3 regular
See Also