CSSStyleSheetHeaderSourceURL Property  | 
Version 108.4.130 
            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: 108.4.130.0 (108.4.130.0)
Syntaxpublic string SourceURL { get; set; }public:
property String^ SourceURL {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also