WindowsWebView2EnvironmentRequestedEventArgs Class
Definition
public class WindowsWebView2EnvironmentRequestedEventArgs
Methods
| Name | Description |
|---|---|
| GetDeferral | Inherited from WebViewEnvironmentRequestedEventArgs. |
Properties
| Name | Description |
|---|---|
| AdditionalBrowserArguments | No summary available. |
| AllowSingleSignOnUsingOSPrimaryAccount | No summary available. |
| BrowserExecutableFolder | No summary available. |
| ExperimentalOffscreen | No summary available. |
| ExplicitEnvironment | No summary available. |
| IsInPrivateModeEnabled | No summary available. |
| Language | No summary available. |
| ProfileName | No summary available. |
| UserDataFolder | No summary available. |
| EnableDevTools | Inherited from WebViewEnvironmentRequestedEventArgs. |
AdditionalBrowserArguments Property
public string AdditionalBrowserArguments { get; set; }
AllowSingleSignOnUsingOSPrimaryAccount Property
public bool AllowSingleSignOnUsingOSPrimaryAccount { get; set; }
BrowserExecutableFolder Property
public string BrowserExecutableFolder { get; set; }
ExperimentalOffscreen Property
public bool ExperimentalOffscreen { get; set; }
ExplicitEnvironment Property
public IntPtr ExplicitEnvironment { get; set; }
IsInPrivateModeEnabled Property
public bool IsInPrivateModeEnabled { get; set; }
Language Property
public string Language { get; set; }
ProfileName Property
public string ProfileName { get; set; }
UserDataFolder Property
public string UserDataFolder { get; set; }