EmbeddedWebViewOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for using the embedded webview.
public class EmbeddedWebViewOptions
type EmbeddedWebViewOptions = class
Public Class EmbeddedWebViewOptions
- Inheritance
-
EmbeddedWebViewOptions
Constructors
EmbeddedWebViewOptions() |
Properties
Title |
Forces a static title to be set on the window hosting the browser. If not configured, the widow's title is set to the web page title. |
WebView2BrowserExecutableFolder |
Obsolete.
It is possible for applications to bundle a fixed version of the runtime, and ship it side-by-side. For this you need to tell MSAL (so it can tell WebView2) where to find the runtime bits by setting this property. If you don't set it, MSAL will attempt to use a system-wide "evergreen" installation of the runtime." For more details see CoreWebView2Environment.CreateAsync Method. |