Class WebBackForwardListItem

    Definition

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

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

    public class WebBackForwardListItem : Disposable
    Inheritance
    object
    Disposable
    WebBackForwardListItem

    Properties

    View Source

    OriginalUrl

    Get original URL.

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

    Title

    Get title.

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

    Url

    Get URL.

    Declaration
    public string Url { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX