WKUIDelegate_Extensions.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.
public static WebKit.WKWebView CreateWebView (this WebKit.IWKUIDelegate This, WebKit.WKWebView webView, WebKit.WKWebViewConfiguration configuration, WebKit.WKNavigationAction navigationAction, WebKit.WKWindowFeatures windowFeatures);
static member CreateWebView : WebKit.IWKUIDelegate * WebKit.WKWebView * WebKit.WKWebViewConfiguration * WebKit.WKNavigationAction * WebKit.WKWindowFeatures -> WebKit.WKWebView
Parameters
- This
- IWKUIDelegate
The instance on which this extension method operates.
- webView
- WKWebView
- configuration
- WKWebViewConfiguration
- navigationAction
- WKNavigationAction
- windowFeatures
- WKWindowFeatures