Class WebBackForwardListItem

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

WebBackForwardListItem is a class for back-forward list item of web view.

C#
Copy
public class WebBackForwardListItem : Disposable
Inheritance
WebBackForwardListItem

Properties

View Source

OriginalUrl

Get original URL.

Declaration
C#
Copy
public string OriginalUrl { get; }
Property Value
Type Description
String
View Source

Title

Get title.

Declaration
C#
Copy
public string Title { get; }
Property Value
Type Description
String
View Source

Url

Get URL.

Declaration
C#
Copy
public string Url { get; }
Property Value
Type Description
String

Methods

View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides

Extension Methods