UIWebViewDelegate_Extensions.ShouldStartLoad 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.
Se o UIWebView deve começar a carregar dados.
public static bool ShouldStartLoad (this UIKit.IUIWebViewDelegate This, UIKit.UIWebView webView, Foundation.NSUrlRequest request, UIKit.UIWebViewNavigationType navigationType);
static member ShouldStartLoad : UIKit.IUIWebViewDelegate * UIKit.UIWebView * Foundation.NSUrlRequest * UIKit.UIWebViewNavigationType -> bool
Parâmetros
- This
- IUIWebViewDelegate
A instância na qual esse método de extensão opera.
- webView
- UIWebView
A ser adicionado.
- request
- NSUrlRequest
A ser adicionado.
- navigationType
- UIWebViewNavigationType
A ser adicionado.