WKWebView.GoForward Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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