Share via


ApiController.ActionContext Property

 

Gets the action context.

Namespace:   System.Web.Http
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 action context.

See Also

ApiController Class
System.Web.Http Namespace

Return to top