TabBase Class

Glimpse API

TabBase Class Glimpse API Documentation
Base implementation that allows simplified the implementation of a tab. NOTE, this implementation is intended for by tabs that can execute on any provider (i.e. aren't bound to HttpContextBase in the case of the ASP.NET provider). Most tabs wont be tied to a specific provider.
Inheritance Hierarchy

OnlineSystem Object  Glimpse.Core.Extensibility TabBase

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public abstract class TabBase : ITab
public abstract class TabBase : ITab
See Also