EdgeFixedPath Property
Returns or sets the path to a fixed version of WebView2
control. If Empty, the control uses the fixed version installed by default
with the control
Syntax
object
.EdgeFixedPath
[=
String
]
The
object placeholder represents an OrdoWebView2
control
Values
String: String containing the path to a valid fixed
version of the Webview2 control
Remarks
- To be taken into account by the control, this
property must be defined before the call to the Init method
of the control. On the other hand, the control's
UseEdgeFixedVersion
property must be
set to True.
- The GetWebView2Version method allows you to get
the active version of webview2, once the Init method is
finished.
- If Empty, the control uses the fixed version installed by default
with the control