ContentTypeWhiteList Property

Glimpse API

ContentTypePolicy ContentTypeWhiteList Property Glimpse API Documentation
Gets or sets the content type white list.

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

Syntax

public IList<string> ContentTypeWhiteList { get; set; }
public IList<string> ContentTypeWhiteList { get; set; }

Field Value

The content type white list to validate against.
See Also