WKUIDelegate.CreateWebView Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria e configura um novo 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
Parâmetros
- webView
- WKWebView
- configuration
- WKWebViewConfiguration
- navigationAction
- WKNavigationAction
- windowFeatures
- WKWindowFeatures
Retornos
- Atributos