Class BackForwardListItem
Definition
- Assembly:
- Tizen.WebView.dll
This class provides the properties of Back Forward list item of a specific WebView.
C#Copypublic class BackForwardListItem
- Inheritance
-
objectBackForwardListItem
Properties
Declaration
C#Copypublic string OriginalUrl { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#Copypublic string Title { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#Copypublic string Url { get; }
Property Value
Type | Description |
---|---|
string |