Table of Contents

Class NavigationAction

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class NavigationAction : BoxedRecord, IEquatable<NavigationAction>
Inheritance
NavigationAction
Implements
Inherited Members

Constructors

NavigationAction(NavigationActionOwnedHandle)

public NavigationAction(NavigationActionOwnedHandle handle)

Parameters

handle NavigationActionOwnedHandle

Properties

Handle

public NavigationActionOwnedHandle Handle { get; }

Property Value

NavigationActionOwnedHandle

Methods

Copy()

[Version("2.6")]
public NavigationAction Copy()

Returns

NavigationAction

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Equals(NavigationAction?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(NavigationAction? other)

Parameters

other NavigationAction

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Free()

[Version("2.6")]
public void Free()

GetFrameName()

[Version("2.40")]
public string? GetFrameName()

Returns

string

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetModifiers()

[Version("2.6")]
public uint GetModifiers()

Returns

uint

GetMouseButton()

[Version("2.6")]
public uint GetMouseButton()

Returns

uint

GetNavigationType()

[Version("2.6")]
public NavigationType GetNavigationType()

Returns

NavigationType

GetRequest()

[Version("2.6")]
public URIRequest GetRequest()

Returns

URIRequest

IsRedirect()

[Version("2.20")]
public bool IsRedirect()

Returns

bool

IsUserGesture()

[Version("2.6")]
public bool IsUserGesture()

Returns

bool