ContentTypes Property

Glimpse API

PolicyDiscoverableCollectionElement ContentTypes Property Glimpse API Documentation
Gets or sets a list of content types (aka media types or mime types).

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

Syntax

public ContentTypeElementCollection ContentTypes { get; set; }
public ContentTypeElementCollection ContentTypes { get; set; }

Field Value

The ContentTypes list is used by ContentTypePolicy to filter invalid Glimpse responses.
Remarks

Valid content type syntax is defined in OnlineRFC 2046. A Onlinelist of commonly used content types is available from IANA.
See Also