DS.Documents.Html Assembly / GrapeCity.Documents.Html Namespace / GcHtmlRenderer Class

GcHtmlRenderer Class Properties

For a list of all members of this type, see GcHtmlRenderer members.

Public Properties
 NameDescription
Public PropertyGets or sets a whitelist to passthrough Windows authentication for the specified domains.

For example: "*example.com,*foobar.com,*baz".

 
Public Propertystatic (Shared in Visual Basic)Gets or sets the destination folder for the Chromium downloads.

If this property is not set, the downloads are stored to [root]/.local-chromium, where [root] is where the project binaries are located.

 
Public PropertyGets a value indicating whether the GcHtmlRenderer has been disposed of.  
Public Propertystatic (Shared in Visual Basic)Gets a value indicating if GcHtmlRenderer is available on the current platform.  
Public Propertystatic (Shared in Visual Basic)Gets or sets the optional path to Chrome, Edge, or Chromium executable to run.  
Public PropertyGets or sets a proxy server, overrides system settings. Affects HTTP and HTTPS requests only.

For example: "https://proxy-ip:proxy-port" or "socks5://127.0.0.1:1080".

 
Public PropertyGets or sets the number of milliseconds to wait before deeming the page to be ready.

Setting this property to a value greater than 0, activates PageOptions.LoadLazyImages mode.

 
Public Propertystatic (Shared in Visual Basic)Gets or sets the maximum navigation time, in milliseconds.

Defaults to 180000 ms.

 
Public Propertystatic (Shared in Visual Basic)Gets or sets the optional factory for System.Net.WebSockets.WebSocket implementations.

For more information, see comments to LaunchOptions.WebSocketFactory.

 
Top
See Also