Class HttpHeadAttribute
Represents an HTTP head attribute.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class HttpHeadAttribute : Attribute
- Inheritance
-
HttpHeadAttribute
- Inherited Members
Constructors
HttpHeadAttribute()
Initializes a new instance of the HttpHeadAttribute class.
public HttpHeadAttribute()
Properties
HttpMethods
Gets the collection of HTTP methods.
public Collection<HttpMethod> HttpMethods { get; }
Property Value
- Collection<HttpMethod>
A collection of HTTP methods.