HttpAuthenticationContext.ActionContext Property
Gets the action context.
Namespace: System.Web.Http.Filters
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public HttpActionContext ActionContext {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property HttpActionContext^ ActionContext {
[CompilerGeneratedAttribute]
HttpActionContext^ get();
[CompilerGeneratedAttribute]
private: void set(HttpActionContext^ value);
}
member ActionContext : HttpActionContext with get, private set
Public Property ActionContext As HttpActionContext
Get
Private Set
End Property
Property Value
Type: System.Web.Http.Controllers.HttpActionContext
The action context.
See Also
HttpAuthenticationContext Class
System.Web.Http.Filters Namespace
Return to top