Click or drag to resize

HttpHeaderValue Property

Specifies the value of the header. Use the expression variable 'RouteParameters' to access the route parameter values. Use the expression variable 'RequestHeaders' to access the request header values.

Namespace:  Colygon.MatchPoint.WebApi.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public PatternString Value { get; set; }

Property Value

Type: PatternString
See Also