UIWebViewDelegate.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.
[Foundation.Export("webView:shouldStartLoadWithRequest:navigationType:")]
public virtual bool ShouldStartLoad (UIKit.UIWebView webView, Foundation.NSUrlRequest request, UIKit.UIWebViewNavigationType navigationType);
abstract member ShouldStartLoad : UIKit.UIWebView * Foundation.NSUrlRequest * UIKit.UIWebViewNavigationType -> bool
override this.ShouldStartLoad : UIKit.UIWebView * Foundation.NSUrlRequest * UIKit.UIWebViewNavigationType -> bool
Parâmetros
- webView
- UIWebView
A ser adicionado.
- request
- NSUrlRequest
A ser adicionado.
- navigationType
- UIWebViewNavigationType
A ser adicionado.
Retornos
A ser adicionado.
- Atributos