Class BackForwardListItem

Definition

Namespace:
Tizen.WebView
Assembly:
Tizen.WebView.dll
API Level:
6

This class provides the properties of Back Forward list item of a specific WebView.

C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public class BackForwardListItem
Inheritance
System.Object
BackForwardListItem

Properties

View Source

OriginalUrl

Original Url of the back forward list item.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public string OriginalUrl { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

Title

Title of the back forward list item.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public string Title { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

Url

Url of the back forward list item.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public string Url { get; }
Property Value
Type Description
System.String
API Level: 6