共用方式為


IWebViewControl2 介面

定義

提供在應用程式中裝載 HTML 內容的控制項。 此介面需要 IWebViewControl

public interface class IWebViewControl2
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.Guid(1295779577, 51423, 16844, 139, 213, 42, 148, 123, 32, 69, 3)]
struct IWebViewControl2
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.Guid(1295779577, 51423, 16844, 139, 213, 42, 148, 123, 32, 69, 3)]
public interface IWebViewControl2
Public Interface IWebViewControl2
衍生
屬性

Windows 需求

裝置系列
Windows 10, version 1809 (已於 10.0.17763.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v7.0 引進)

備註

類別 WebViewControl 可讓 Win32 應用程式使用 與 UWP WebView相同的基礎結構來顯示 Web 內容。

方法

AddInitializeScript(String)

ContentLoading之後,但在頁面上執行任何其他腳本之前,將腳本插入IWebViewControl中。

適用於