Class BackForwardListItem
Definition
- Assembly:
- Tizen.WebView.dll
This class provides the properties of Back Forward list item of a specific WebView.
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public class BackForwardListItem
- Inheritance
-
objectBackForwardListItem
Properties
View SourceOriginalUrl
Original Url of the back forward list item.
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public string OriginalUrl { get; }
Property Value
Type | Description |
---|---|
string |
Title
Title of the back forward list item.
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public string Title { get; }
Property Value
Type | Description |
---|---|
string |
Url
Url of the back forward list item.
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public string Url { get; }
Property Value
Type | Description |
---|---|
string |