HttpBindingBehaviorAttribute Constructor

Initializes a new instance of the HttpBindingBehaviorAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    behavior As HttpBindingBehavior _
)
'Usage
Dim behavior As HttpBindingBehavior 

Dim instance As New HttpBindingBehaviorAttribute(behavior)
public HttpBindingBehaviorAttribute(
    HttpBindingBehavior behavior
)
public:
HttpBindingBehaviorAttribute(
    HttpBindingBehavior behavior
)
new : 
        behavior:HttpBindingBehavior -> HttpBindingBehaviorAttribute
public function HttpBindingBehaviorAttribute(
    behavior : HttpBindingBehavior
)

Parameters

See Also

Reference

HttpBindingBehaviorAttribute Class

System.Web.Http.ModelBinding Namespace