Class WebBackForwardListItem
Definition
- Assembly:
- Tizen.NUI.dll
WebBackForwardListItem is a class for back-forward list item of web view.
public class WebBackForwardListItem : Disposable
- Inheritance
Properties
View SourceOriginalUrl
Get original URL.
Declaration
public string OriginalUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Get title.
Declaration
public string Title { get; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Get URL.
Declaration
public string Url { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceReleaseSwigCPtr(HandleRef)
Declaration
protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.InteropServices.HandleRef | swigCPtr |