WKWebView.GoBack 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 |
|---|---|
| GoBack() | |
| GoBack(NSObject) |
GoBack()
[Foundation.Export("goBack")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual WebKit.WKNavigation? GoBack();
[<Foundation.Export("goBack")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GoBack : unit -> WebKit.WKNavigation
override this.GoBack : unit -> WebKit.WKNavigation
Returns
- Attributes
Applies to
GoBack(NSObject)
[Foundation.Export("goBack:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void GoBack(Foundation.NSObject? sender);
[<Foundation.Export("goBack:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GoBack : Foundation.NSObject -> unit
override this.GoBack : Foundation.NSObject -> unit
Parameters
- sender
- NSObject
- Attributes