Click or drag to resize

BaseBodyEndpointActionExpression Property

Specifies the expression that is evaluated when the endpoint is invoked. The result of the evaluation is returned by this endpoint. Use the expression variable 'Payload' to access the request body. 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.EndPoints
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public override ExpressionString ActionExpression { get; set; }

Property Value

Type: ExpressionString
See Also