UIWebViewDelegate.ShouldStartLoad Metodo

Definizione

Se UIWebView deve iniziare a caricare i dati.

[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

Parametri

webView
UIWebView

Da aggiungere.

request
NSUrlRequest

Da aggiungere.

navigationType
UIWebViewNavigationType

Da aggiungere.

Restituisce

Da aggiungere.

Attributi

Si applica a