CustomModelBinderAttribute Constructor

Initializes a new instance of the CustomModelBinderAttribute class.

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

Syntax

'Declaration
Protected Sub New
'Usage

Dim instance As New CustomModelBinderAttribute()
protected CustomModelBinderAttribute()
protected:
CustomModelBinderAttribute()
new : unit -> CustomModelBinderAttribute
protected function CustomModelBinderAttribute()

See Also

Reference

CustomModelBinderAttribute Class

System.Web.Http.ModelBinding Namespace