WebViewControlNavigationCompletedEventArgs.WebErrorStatus 属性

定义

如果导航不成功,则获取一个指示原因的值。

public:
 property WebErrorStatus WebErrorStatus { WebErrorStatus get(); };
WebErrorStatus WebErrorStatus();
public WebErrorStatus WebErrorStatus { get; }
var webErrorStatus = webViewControlNavigationCompletedEventArgs.webErrorStatus;
Public ReadOnly Property WebErrorStatus As WebErrorStatus

属性值

一个值,该值解释不成功的导航。

适用于