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
'Declaration
Public Property ActionContext As HttpActionContext
Get
Set
'Usage
Dim instance As HttpActionExecutedContext
Dim value As HttpActionContext
value = instance.ActionContext
instance.ActionContext = value
public HttpActionContext ActionContext { get; set; }
public:
property HttpActionContext^ ActionContext {
HttpActionContext^ get ();
void set (HttpActionContext^ value);
}
member ActionContext : HttpActionContext with get, set
function get ActionContext () : HttpActionContext
function set ActionContext (value : HttpActionContext)
Property Value
Type: System.Web.Http.Controllers.HttpActionContext
The HTTP action context.