WKUIDelegate.CreateWebView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates and configures a new 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
Parameters
- webView
- WKWebView
- configuration
- WKWebViewConfiguration
- navigationAction
- WKNavigationAction
- windowFeatures
- WKWindowFeatures
Returns
- Attributes