共用方式為


UIWebViewDelegate.ShouldStartLoad 方法

定義

UIWebView 是否應該開始載入資料。

[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

參數

webView
UIWebView

即將加入。

request
NSUrlRequest

即將加入。

navigationType
UIWebViewNavigationType

即將加入。

傳回

即將加入。

屬性

適用於