WKUIDelegate.CreateWebView 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建并配置新的 WKWebView。
[Foundation.Export("webView:createWebViewWithConfiguration:forNavigationAction:windowFeatures:")]
public virtual WebKit.WKWebView CreateWebView (WebKit.WKWebView webView, WebKit.WKWebViewConfiguration configuration, WebKit.WKNavigationAction navigationAction, WebKit.WKWindowFeatures windowFeatures);
abstract member CreateWebView : WebKit.WKWebView * WebKit.WKWebViewConfiguration * WebKit.WKNavigationAction * WebKit.WKWindowFeatures -> WebKit.WKWebView
override this.CreateWebView : WebKit.WKWebView * WebKit.WKWebViewConfiguration * WebKit.WKNavigationAction * WebKit.WKWindowFeatures -> WebKit.WKWebView
参数
- webView
- WKWebView
- configuration
- WKWebViewConfiguration
- navigationAction
- WKNavigationAction
- windowFeatures
- WKWindowFeatures
返回
- 属性