Click or drag to resize

CSSStyleSheetHeaderSourceURL Property

Version 94.4.20
Stylesheet resource URL. Empty if this is a constructed stylesheet created using new CSSStyleSheet() (but non-empty if this is a constructed sylesheet imported as a CSS module script).

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public string SourceURL { get; set; }

Property Value

Type: String
See Also