Table of Contents

Class BackForwardListItem

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class BackForwardListItem : InitiallyUnowned, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
BackForwardListItem
Implements
Inherited Members

Constructors

BackForwardListItem(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public BackForwardListItem(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

BackForwardListItem(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected BackForwardListItem(CreationData data)

Parameters

data CreationData

BackForwardListItem(BackForwardListItemHandle)

protected BackForwardListItem(BackForwardListItemHandle handle)

Parameters

handle BackForwardListItemHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetOriginalUri()

public string GetOriginalUri()

Returns

string

GetTitle()

public string GetTitle()

Returns

string

GetUri()

public string GetUri()

Returns

string

NewFromPointer(nint, bool)

Creates a new managed BackForwardListItem instance for a given pointer.

public static BackForwardListItem NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

BackForwardListItem

NewWithProperties(ConstructArgument[])

Creates a new BackForwardListItem and sets the properties specified by the construct arguments.

public static BackForwardListItem NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

BackForwardListItem