SharedStorageAccessParamsScriptSourceUrl Property |
Version 130.1.90
Spec of the module script URL.
Present only for SharedStorageAccessType.documentAddModule.
Namespace: CefSharp.DevTools.StorageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string ScriptSourceUrl { get; set; }
public:
property String^ ScriptSourceUrl {
String^ get ();
void set (String^ value);
}
Property Value
StringSee Also