Class BackForwardListItem

    Definition

    Namespace:
    Tizen.WebView
    Assembly:
    Tizen.WebView.dll

    This class provides the properties of Back Forward list item of a specific WebView.

    public class BackForwardListItem
    Inheritance
    object
    BackForwardListItem

    Properties

    View Source

    OriginalUrl

    Original Url of the back forward list item.

    Declaration
    public string OriginalUrl { get; }
    Property Value
    Type Description
    string
    View Source

    Title

    Title of the back forward list item.

    Declaration
    public string Title { get; }
    Property Value
    Type Description
    string
    View Source

    Url

    Url of the back forward list item.

    Declaration
    public string Url { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX