HttpBindingBehaviorAttribute.Behavior Property

 

Gets or sets the behavior category.

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

Syntax

public HttpBindingBehavior Behavior {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property HttpBindingBehavior Behavior {
    [CompilerGeneratedAttribute]
    HttpBindingBehavior get();
    [CompilerGeneratedAttribute]
    private: void set(HttpBindingBehavior value);
}
member Behavior : HttpBindingBehavior with get, private set
Public Property Behavior As HttpBindingBehavior
    Get
    Private Set
End Property

Property Value

Type: System.Web.Http.ModelBinding.HttpBindingBehavior

The behavior category.

See Also

HttpBindingBehaviorAttribute Class
System.Web.Http.ModelBinding Namespace

Return to top