BaseEndpointActionExpression Property |
Specifies an expression that is evaluated and the result is returned when the endpoint is invoked. Note that if this expression is defined, the 'DataProvider' is ignored. 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 public virtual ExpressionString ActionExpression { get; set; }
Property Value
Type:
ExpressionStringSee Also