HttpBindingBehaviorAttribute Constructor (HttpBindingBehavior)

 

Initializes a new instance of the HttpBindingBehaviorAttribute class.

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

Syntax

public HttpBindingBehaviorAttribute(
    HttpBindingBehavior behavior
)
public:
HttpBindingBehaviorAttribute(
    HttpBindingBehavior behavior
)
new : 
        behavior:HttpBindingBehavior -> HttpBindingBehaviorAttribute
Public Sub New (
    behavior As HttpBindingBehavior
)

Parameters

See Also

HttpBindingBehaviorAttribute Class
System.Web.Http.ModelBinding Namespace

Return to top