Click or drag to resize
BrowserSettingsImageLoading Property
Version 51.0.0
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.Core (in CefSharp.Core.dll) Version: 51.0.0.0
Syntax
public virtual CefState ImageLoading { get; set; }

Property Value

Type: CefState

Implements

IBrowserSettingsImageLoading
See Also