IntroductionInformation

DOMView2 browser is a wrapper around the Winforms version of WebView2.
DOMView2 browser adds a lot of functionality that can be difficult to implement in WebView2. It also adds direct synchronous access to the HTML DOM and most Javascript APIs.

Naming conventions

DOM and API members
Follow camelCase convention used in by Chrome JavaScript and W3C specifications. e.g. .maxLength.
DOMView and custom members
All DOMView library members use UpperCamelCase. Custom properties on DOM and API classes are also UpperCamelCase. e.g. .InsertText

Other resources

Web site for sales and purchasing information
Repository for sample projects and issues