AppleWKWebViewEnvironmentRequestedEventArgs Class
Definition
public class AppleWKWebViewEnvironmentRequestedEventArgs
Methods
| Name | Description |
|---|---|
| GetDeferral | Inherited from WebViewEnvironmentRequestedEventArgs. |
Properties
| Name | Description |
|---|---|
| ApplicationNameForUserAgent | No summary available. |
| DataStoreIdentifier | No summary available. |
| LimitsNavigationsToAppBoundDomains | No summary available. |
| NonPersistentDataStore | No summary available. |
| UpgradeKnownHostsToHTTPS | No summary available. |
| EnableDevTools | Inherited from WebViewEnvironmentRequestedEventArgs. |
ApplicationNameForUserAgent Property
public string ApplicationNameForUserAgent { get; set; }
DataStoreIdentifier Property
public string DataStoreIdentifier { get; set; }
LimitsNavigationsToAppBoundDomains Property
public bool LimitsNavigationsToAppBoundDomains { get; set; }
NonPersistentDataStore Property
public bool NonPersistentDataStore { get; set; }
UpgradeKnownHostsToHTTPS Property
public bool UpgradeKnownHostsToHTTPS { get; set; }