共用方式為


UIWebViewDelegate_Extensions.LoadFailed 方法

定義

表示 UIWebView 嘗試載入資料失敗。

public static void LoadFailed (this UIKit.IUIWebViewDelegate This, UIKit.UIWebView webView, Foundation.NSError error);
static member LoadFailed : UIKit.IUIWebViewDelegate * UIKit.UIWebView * Foundation.NSError -> unit

參數

This
IUIWebViewDelegate

這個擴充方法運作所在的 實例。

webView
UIWebView

即將加入。

error
NSError

即將加入。

適用於