Share via


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

内容待定。

适用于