ITabContext Members

Glimpse API

ITabContext Members Glimpse API Documentation

The ITabContext type exposes the following members.

Methods

  NameDescription
Public methodGetRequestContext T 
Gets the request context.
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetMessages T 
Gets all messages of type T that have been persisted with PersistMessage<T>.
(Defined by TabContextExtensions.)
Back to Top
Properties

  NameDescription
Public propertyLogger
Gets the logger.
(Inherited from IContext.)
Public propertyMessageBroker
Gets access to the message broker. This broker can be used to access messages that are published over various topics during a given request.
Public propertyTabStore
Gets access to the tab store. This is where content can be stored within the context of each request.
Back to Top
See Also