TabBase T Class | Glimpse API Documentation |
Base implementation that allows simplified the implementation of a
tab. NOTE, this implementation is intended for by tabs that can
only be executed by a specific provider (i.e. ones bound to
HttpContextBase in the case of the ASP.NET provider).
Inheritance Hierarchy
Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Type Parameters
- T
- Type of the code provider that the tab is bound to
See Also