Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the behavior category.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property Behavior As HttpBindingBehavior
Get
Private Set
'Usage
Dim instance As HttpBindingBehaviorAttribute
Dim value As HttpBindingBehavior
value = instance.Behavior
public HttpBindingBehavior Behavior { get; private set; }
public:
property HttpBindingBehavior Behavior {
HttpBindingBehavior get ();
private: void set (HttpBindingBehavior value);
}
member Behavior : HttpBindingBehavior with get, private set
function get Behavior () : HttpBindingBehavior
private function set Behavior (value : HttpBindingBehavior)
Property Value
Type: System.Web.Http.ModelBinding.HttpBindingBehavior
The behavior category.