DefaultActionValueBinder Class

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
Public method DefaultActionValueBinder Initializes a new instance of the DefaultActionValueBinder class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBinding Default implementation of the IActionValueBinder interface. This interface is the primary entry point for binding action parameters.
Public method GetHashCode (Inherited from Object.)
Protected method GetParameterBinding Gets the HttpParameterBinding associated with the DefaultActionValueBinder.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Web.Http.ModelBinding Namespace