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
Methods
Copy()
[Version("2.6")]
public NavigationAction Copy()
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Equals(NavigationAction?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(NavigationAction? other)
Parameters
other
NavigationActionAn object to compare with this object.
Returns
Free()
[Version("2.6")]
public void Free()
GetFrameName()
[Version("2.40")]
public string? GetFrameName()
Returns
GetGType()
public static Type GetGType()
Returns
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
GetMouseButton()
[Version("2.6")]
public uint GetMouseButton()
Returns
GetNavigationType()
[Version("2.6")]
public NavigationType GetNavigationType()
Returns
GetRequest()
[Version("2.6")]
public URIRequest GetRequest()
Returns
IsRedirect()
[Version("2.20")]
public bool IsRedirect()
Returns
IsUserGesture()
[Version("2.6")]
public bool IsUserGesture()