Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list of HTTP methods that the action method will respond to.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
public Collection<HttpMethod> HttpMethods { get; }
public:
property Collection<HttpMethod^>^ HttpMethods {
virtual Collection<HttpMethod^>^ get() sealed;
}
abstract HttpMethods : Collection<HttpMethod> with get
override HttpMethods : Collection<HttpMethod> with get
Public ReadOnly Property HttpMethods As Collection(Of HttpMethod)
Type: System.Collections.ObjectModel.Collection<HttpMethod>
Gets or sets the list of HTTP methods that the action method will respond to.
IActionHttpMethodProvider.HttpMethods
AcceptVerbsAttribute Class
System.Web.Http Namespace
Return to top