Inheritance Hierarchy
System.Object
  System.Web.Http.ModelBinding.DefaultActionValueBinder
Namespace:  System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class DefaultActionValueBinder _
    Implements IActionValueBinder
'Usage
Dim instance As DefaultActionValueBinder
public class DefaultActionValueBinder : IActionValueBinder
public ref class DefaultActionValueBinder : IActionValueBinder
type DefaultActionValueBinder =  
    class
        interface IActionValueBinder
    end
public class DefaultActionValueBinder implements IActionValueBinder
The DefaultActionValueBinder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | DefaultActionValueBinder | Initializes a new instance of the DefaultActionValueBinder class. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetBinding | Default implementation of the IActionValueBinder interface. This interface is the primary entry point for binding action parameters. | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetParameterBinding | Gets the HttpParameterBinding associated with the DefaultActionValueBinder. | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | 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.