TabStore Property

Glimpse API

ITabContext TabStore Property Glimpse API Documentation
Gets access to the tab store. This is where content can be stored within the context of each request.

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

Syntax

IDataStore TabStore { get; }
IDataStore TabStore { get; }

Field Value

The tab store.
See Also