ScopeExtensionOrigin Property |
Version 130.1.90
Instead of using tuple, this field always returns the serialized string
for easy understanding and comparison.
Namespace: CefSharp.DevTools.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string Origin { get; set; }
public:
property String^ Origin {
String^ get ();
void set (String^ value);
}
Property Value
StringSee Also