Table of Contents

Class HttpBindNeverAttribute

Namespace
System.Web.Http
Assembly
System.Web.Http.dll

Represents attributes that specifies that HTTP binding should exclude a property.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public sealed class HttpBindNeverAttribute : HttpBindingBehaviorAttribute
Inheritance
HttpBindNeverAttribute
Inherited Members

Constructors

HttpBindNeverAttribute()

Initializes a new instance of the HttpBindNeverAttribute class.

public HttpBindNeverAttribute()