Click or drag to resize
WebApiConfigurationRequestValidators Property
Specifies request validations that can be used in endpoints.

Namespace: Colygon.MatchPoint.WebApi.Configuration
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public RequestValidator[] RequestValidators { get; set; }

Property Value

Type: RequestValidator
See Also