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