ITabContext Members | Glimpse API Documentation |
The ITabContext type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
GetRequestContext T |
Gets the request context.
|
Extension Methods
Name | Description | |
---|---|---|
GetMessages T |
Gets all messages of type T that have been persisted with PersistMessage<T>.
(Defined by TabContextExtensions.) |
Properties
Name | Description | |
---|---|---|
Logger |
Gets the logger.
(Inherited from IContext.) | |
MessageBroker |
Gets access to the message broker. This broker can be used to
access messages that are published over various topics during
a given request.
| |
TabStore |
Gets access to the tab store. This is where content can be
stored within the context of each request.
|
See Also