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
behavior
Type: System.Web.Http.ModelBinding.HttpBindingBehaviorThe behavior.