WebView.Settings 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 WebViewSettings 物件,其中包含啟用或停用 WebView 功能的屬性。
public:
property WebViewSettings ^ Settings { WebViewSettings ^ get(); };
WebViewSettings Settings();
public WebViewSettings Settings { get; }
var webViewSettings = webView.settings;
Public ReadOnly Property Settings As WebViewSettings
屬性值
WebViewSettings物件,其中包含啟用或停用WebView功能的屬性。
備註
使用WebViewSettings物件來啟用或停用在 WebView中使用 JavaScript 和IndexedDB。 請參閱 WebViewSettings.IsIndexedDBEnabled 和 WebViewSettings.IsJavaScriptEnabled。