Skip to main content

AppleWKWebViewEnvironmentRequestedEventArgs Class

Definition

Assembly:Avalonia.Controls.WebView
Package:Avalonia.Controls.WebView
public class AppleWKWebViewEnvironmentRequestedEventArgs

Inheritance: EventArgs -> WebViewEnvironmentRequestedEventArgs -> AppleWKWebViewEnvironmentRequestedEventArgs

Methods

Properties

NameDescription
ApplicationNameForUserAgentNo summary available.
DataStoreIdentifierNo summary available.
LimitsNavigationsToAppBoundDomainsNo summary available.
NonPersistentDataStoreNo summary available.
UpgradeKnownHostsToHTTPSNo summary available.
EnableDevToolsInherited 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; }