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.
public class BackForwardListItem
- Inheritance
-
BackForwardListItem
Properties
View SourceOriginalUrl
Original Url of the back forward list item.
Declaration
public string OriginalUrl { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceTitle
Title of the back forward list item.
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceUrl
Url of the back forward list item.
Declaration
public string Url { get; }
Property Value
Type | Description |
---|---|
String |