ChromiumWebBrowser Constructor |
Version 87.1.132 Note: This API is now obsolete.
This constructor exists as the WinForms designer requires a parameterless constructor, if you are instantiating
an instance of this class in code then use the
ChromiumWebBrowser(String, IRequestContext)
constructor overload instead. Using this constructor in code is unsupported and you may experience
NullReferenceException's
when attempting to access some of the properties immediately after instantiation.
Namespace:
CefSharp.WinForms
Assembly:
CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax [ObsoleteAttribute("Should only be used by the WinForms Designer. Use the ChromiumWebBrowser(string, IRequestContext) constructor overload instead.")]
public ChromiumWebBrowser()
public:
[ObsoleteAttribute(L"Should only be used by the WinForms Designer. Use the ChromiumWebBrowser(string, IRequestContext) constructor overload instead.")]
ChromiumWebBrowser()
See Also