Click or drag to resize

BaseEndpointBeforeActions Property

Contains actions that are executed when the endpoint is invoked, respectively before the 'ActionExpression' or the 'DataProvider' have been called.) 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 virtual BaseAction[] BeforeActions { get; set; }

Property Value

Type: BaseAction
See Also