Share via


WKWebView.GoForward Method

Definition

Overloads

Name Description
GoForward()
GoForward(NSObject)

GoForward()

[Foundation.Export("goForward")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual WebKit.WKNavigation? GoForward();
[<Foundation.Export("goForward")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GoForward : unit -> WebKit.WKNavigation
override this.GoForward : unit -> WebKit.WKNavigation

Returns

Attributes

Applies to

GoForward(NSObject)

[Foundation.Export("goForward:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void GoForward(Foundation.NSObject? sender);
[<Foundation.Export("goForward:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GoForward : Foundation.NSObject -> unit
override this.GoForward : Foundation.NSObject -> unit

Parameters

sender
NSObject
Attributes

Applies to