Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EnableQueryAttribute::OnActionExecuted Method (HttpActionExecutedContext^)

 

Performs the query composition after action is executed. It first tries to retrieve the IQueryable from the returning response message. It then validates the query from uri based on the validation settings on EnableQueryAttribute. It finally applies the query appropriately, and reset it back on the response message.

Namespace:   System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

public:
virtual void OnActionExecuted(
	HttpActionExecutedContext^ actionExecutedContext
) override

Parameters

actionExecutedContext
Type: System.Web.Http.Filters::HttpActionExecutedContext^

The context related to this action, including the response message, request message and HttpConfiguration etc.

Return to top
Show: