Show / Hide Table of Contents

Interface IAllowTabActions

Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public interface IAllowTabActions

Methods

CloseTab(String)

Declaration
IAllowBrowserActionOrAnySelector CloseTab(string URLorTabId = null)
Parameters
Type Name Description
System.String URLorTabId
Returns
Type Description
IAllowBrowserActionOrAnySelector

GoToTab(Object)

Declaration
IAllowBrowserActionOrAnySelector GoToTab(dynamic URLorTabId = null)
Parameters
Type Name Description
System.Object URLorTabId
Returns
Type Description
IAllowBrowserActionOrAnySelector

NextTab()

Declaration
IAllowBrowserActionOrAnySelector NextTab()
Returns
Type Description
IAllowBrowserActionOrAnySelector

PreviousTab()

Declaration
IAllowBrowserActionOrAnySelector PreviousTab()
Returns
Type Description
IAllowBrowserActionOrAnySelector
In This Article
Back to top Generated by DocFX