Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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