Click or drag to resize

BaseBodyEndpointAfterActions Property

Contains actions that are executed after the 'ActionExpression' and the 'DataProvider' has been called. 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. Use the expression variable 'Result' / 'MappedResult' to access the result / mapped result of the 'ActionExpression' or the 'DataProvider' .

Namespace:  Colygon.MatchPoint.WebApi.Configuration.EndPoints
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public override BaseAction[] AfterActions { get; set; }

Property Value

Type: BaseAction
See Also