WebBackForwardList
WebBackForwardList()
WebBackForwardList(IntPtr)
WebBackForwardList(NativeHandle)
WebBackForwardList(NSObjectFlag)
BackListCount
Capacity
ClassHandle
ForwardListCount
AddItem(WebHistoryItem)
BackItem()
BackListWithLimit(Int32)
ContainsItem(WebHistoryItem)
CurrentItem()
ForwardItem()
ForwardListWithLimit(Int32)
GoBack()
GoForward()
GoToItem(WebHistoryItem)
ItemAtIndex(Int32)
xamarinmac
namespace WebKit
{
[Deprecated(PlatformName.MacOSX, 10, 14, PlatformArchitecture.None, "No longer supported.")]
[Register("WebBackForwardList", true)]
public class WebBackForwardList : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[Export("init")]
public WebBackForwardList();
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API