Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.