CSSStyleSheetHeaderSourceURL Property |
Version 130.1.90
Stylesheet resource URL. Empty if this is a constructed stylesheet created using
new CSSStyleSheet() (but non-empty if this is a constructed stylesheet imported
as a CSS module script).
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string SourceURL { get; set; }
public:
property String^ SourceURL {
String^ get ();
void set (String^ value);
}
Property Value
StringSee Also