Class HttpDeleteAttribute
No content here will be updated; please do not add material here.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class HttpDeleteAttribute : Attribute
- Inheritance
-
HttpDeleteAttribute
- Inherited Members
Constructors
HttpDeleteAttribute()
Initializes a new instance of the HttpDeleteAttribute class.
public HttpDeleteAttribute()
Properties
HttpMethods
Gets a collection of HTTP methods.
public Collection<HttpMethod> HttpMethods { get; }
Property Value
- Collection<HttpMethod>
A collection of HTTP methods.