IBrowserSettingsImageLoading Property |
Version 101.0.180
Controls whether image URLs will be loaded from the network. A cached image
will still be rendered if requested. Also configurable using the
"disable-image-loading" command-line switch.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax CefState ImageLoading { get; set; }
property CefState ImageLoading {
CefState get ();
void set (CefState value);
}
Property Value
Type:
CefStateSee Also