Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invokes the action methods of a controller.
Inheritance Hierarchy
System.Object
System.Web.Http.Controllers.ApiControllerActionInvoker
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class ApiControllerActionInvoker _
Implements IHttpActionInvoker
'Usage
Dim instance As ApiControllerActionInvoker
public class ApiControllerActionInvoker : IHttpActionInvoker
public ref class ApiControllerActionInvoker : IHttpActionInvoker
type ApiControllerActionInvoker =
class
interface IHttpActionInvoker
end
public class ApiControllerActionInvoker implements IHttpActionInvoker
The ApiControllerActionInvoker type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ApiControllerActionInvoker | Initializes a new instance of the ApiControllerActionInvoker class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InvokeActionAsync | Asynchronously invokes the specified action by using the specified controller context. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.