RequestContextType Property

Glimpse API

TabBase RequestContextType Property Glimpse API Documentation
Gets the type of the request context that the Tab relies on. NOTE, this implementation returns null, hence tabs implementing this base can used by any provider.

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