IUserAgentService.ShowImagePlaceholders

IUserAgentService.ShowImagePlaceholders property

Images can have fallback content: content that should be used when an external resource cannot be used (for example, because it is in an unsupported format). The property ShowImagePlaceholders specifies whether to display the fallback image (default is true)

public bool ShowImagePlaceholders { get; set; }

See Also