RequestContextType Property

Glimpse API

TabBase T  RequestContextType Property Glimpse API Documentation
Gets the type of the request context that the Tab relies on. NOTE, this implementation returns the type that the base was inherited with..

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

Syntax

public Type RequestContextType { get; }
public Type RequestContextType { get; }

Field Value

The type of the request context.

Implements

ITab RequestContextType
See Also