BaseEndpointAfterActions Property |
Contains actions that are executed after the 'ActionExpression' or the 'DataProvider' has been called. 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 public virtual BaseAction[] AfterActions { get; set; }
Property Value
Type:
BaseActionSee Also