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.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function GetActionInvoker ( _
resolver As DependencyResolver _
) As IHttpActionInvoker
public static IHttpActionInvoker GetActionInvoker(
this DependencyResolver resolver
)
[ExtensionAttribute]
public:
static IHttpActionInvoker^ GetActionInvoker(
DependencyResolver^ resolver
)
static member GetActionInvoker :
resolver:DependencyResolver -> IHttpActionInvoker
public static function GetActionInvoker(
resolver : DependencyResolver
) : IHttpActionInvoker
Parameters
- resolver
Type: System.Web.Http.Services.DependencyResolver
Return Value
Type: System.Web.Http.Controllers.IHttpActionInvoker
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type DependencyResolver. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).