DependencyResolverExtensions.GetActionValueBinder Method

[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 GetActionValueBinder ( _
    resolver As DependencyResolver _
) As IActionValueBinder
public static IActionValueBinder GetActionValueBinder(
    this DependencyResolver resolver
)
[ExtensionAttribute]
public:
static IActionValueBinder^ GetActionValueBinder(
    DependencyResolver^ resolver
)
static member GetActionValueBinder : 
        resolver:DependencyResolver -> IActionValueBinder 
public static function GetActionValueBinder(
    resolver : DependencyResolver
) : IActionValueBinder

Parameters

Return Value

Type: System.Web.Http.Controllers.IActionValueBinder

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).

See Also

Reference

DependencyResolverExtensions Class

System.Web.Http Namespace