Class WebPageLoadError
Definition
- Assembly:
- Tizen.NUI.dll
It is a class for load error of page of web view.
C#
Copy
public class WebPageLoadError : Disposable, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Properties
Declaration
C#
Copy
public WebPageLoadError.ErrorCode Code { get; }
Property Value
Type | Description |
---|---|
Web |
Declaration
C#
Copy
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#
Copy
public WebPageLoadError.ErrorType Type { get; }
Property Value
Type | Description |
---|---|
Web |
Declaration
C#
Copy
public string Url { get; }
Property Value
Type | Description |
---|---|
string |
Implements
System.IDisposable