Compartilhar via


UIWebViewDelegate.ShouldStartLoad Método

Definição

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

Aplica-se a