Definition
- Namespace:
- Tizen.WebView
- Assembly:
- Tizen.WebView.dll
- API Level:
- 4
Arguments from the LoadError SmartCallback.
public class SmartCallbackLoadErrorArgs : EventArgs
- Inheritance
-
System.Object
SmartCallbackLoadErrorArgs
Properties
View Source
Cancellation
Whether the error should be treated as a cancellation.
Declaration
public bool Cancellation { get; }
Property Value
Type |
Description |
System.Boolean |
|
API Level: 4
Declaration
public LoadErrorCode Code { get; }
Property Value
API Level: 4
Declaration
public string Description { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
Declaration
public string Url { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 4