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: 2019.2.1.0
Syntax
C#
public RequestValidator[] RequestValidators { get; set; }

Property Value

Type: RequestValidator
See Also