Table of Contents

Class HttpGetAttribute

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

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.