Class WebViewSettings
Represents browser view settings.
public class WebViewSettings
- Inheritance
-
WebViewSettings
- Inherited Members
Properties
CacheEnabled
Gets or sets value indicating whether cache is enabled.
[Obsolete("AppCache was removed from CEF")]
public bool CacheEnabled { get; set; }
Property Value
JavaScriptEnabled
Gets or sets value indicating whether JavaScript exection is enabled.
public bool JavaScriptEnabled { get; set; }
Property Value
UserAgent
User agent to be used for specific browser instance. Leave empty to use default.
public string UserAgent { get; set; }
Property Value
WindowBackground
Gets or sets window background color.
public Color WindowBackground { get; set; }
Property Value
WindowHeight
Gets or sets window height.
public int WindowHeight { get; set; }
Property Value
WindowWidth
Gets or sets window width.
public int WindowWidth { get; set; }