WebViewControlSettings 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義啟用或停用 IWebViewControl 功能的屬性。
public ref class WebViewControlSettings sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebViewControlSettings final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebViewControlSettings
Public NotInheritable Class WebViewControlSettings
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1803 (已於 10.0.17134.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)
|
備註
若要取得這個類別的實例,請使用 IWebViewControl.Settings 屬性。
屬性
IsIndexedDBEnabled |
取得或設定值,這個值表示是否允許使用 IndexedDB。 |
IsJavaScriptEnabled |
取得或設定值,這個值表示是否允許使用 JavaScript。 |
IsScriptNotifyAllowed |
取得或設定是否允許 ScriptNotify 。 |