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 | |
---|---|---|
DefaultActionValueBinder | Initializes a new instance of the DefaultActionValueBinder class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBinding | Default implementation of the IActionValueBinder interface. This interface is the primary entry point for binding action parameters. | |
GetHashCode | (Inherited from Object.) | |
GetParameterBinding | Gets the HttpParameterBinding associated with the DefaultActionValueBinder. | |
GetType | (Inherited from Object.) | |
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.