RelatedWebsiteSetAssociatedSites Property |
Version 130.1.90
The associated sites of this set, along with the ccTLDs if there is any.
Namespace: CefSharp.DevTools.StorageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string[] AssociatedSites { get; set; }
public:
property array<String^>^ AssociatedSites {
array<String^>^ get ();
void set (array<String^>^ value);
}
Property Value
StringSee Also