HttpConfigurationExtensions.BindParameter Method (HttpConfiguration, Type, IModelBinder)

 

Namespace:   System.Web.Http
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public static void BindParameter(
    this HttpConfiguration configuration,
    Type type,
    IModelBinder binder
)
public:
[ExtensionAttribute]
static void BindParameter(
    HttpConfiguration^ configuration,
    Type^ type,
    IModelBinder^ binder
)
static member BindParameter : 
        configuration:HttpConfiguration *
        type:Type *
        binder:IModelBinder -> unit
<ExtensionAttribute>
Public Shared Sub BindParameter (
    configuration As HttpConfiguration,
    type As Type,
    binder As IModelBinder
)

Parameters

See Also

HttpConfigurationExtensions Class
System.Web.Http Namespace

Return to top