HttpActionExecutedContext.ActionContext Property

 

Gets or sets the HTTP action context.

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

Syntax

public HttpActionContext ActionContext { get; set; }
public:
property HttpActionContext^ ActionContext {
    HttpActionContext^ get();
    void set(HttpActionContext^ value);
}
member ActionContext : HttpActionContext with get, set
Public Property ActionContext As HttpActionContext

Property Value

Type: System.Web.Http.Controllers.HttpActionContext

The HTTP action context.

See Also

HttpActionExecutedContext Class
System.Web.Http.Filters Namespace

Return to top