Click or drag to resize
BaseBodyEndpointBeforeActions Property
Contains actions that are executed when the endpoint is invoked, respectively before the 'ActionExpression' and the 'DataProvider' have 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.

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

Property Value

Type: BaseAction
See Also