WebViewControlSettings Class

Definition

A proxy for Windows.Web.UI.WebViewControlSettings. This class cannot be inherited.

public sealed class WebViewControlSettings
type WebViewControlSettings = class
Public NotInheritable Class WebViewControlSettings
Inheritance
WebViewControlSettings

Properties

IsIndexedDBEnabled

Gets or sets a value indicating whether the use of IndexedDB is allowed.

IsJavaScriptEnabled

Gets or sets a value indicating whether the use of JavaScript is allowed.

IsScriptNotifyAllowed

Gets or sets a value indicating whether ScriptNotify is allowed.

Methods

ToWebViewControlSettings(WebViewControlSettings)

Creates a WebViewControlSettings from Windows.Web.UI.WebViewControlSettings.

Operators

Implicit(WebViewControlSettings to WebViewControlSettings)

Performs an implicit conversion from Windows.Web.UI.WebViewControlSettings to WebViewControlSettings.

Applies to

See also

  • <xref:Windows.Web.UI.WebViewControlSettings>