Class HttpBindNeverAttribute
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()