The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpActionDescriptor::SupportedHttpMethods Property
Gets the collection of supported HTTP methods for the descriptor.
Assembly: System.Web.Http (in System.Web.Http.dll)
public: property Collection<HttpMethod^>^ SupportedHttpMethods { virtual Collection<HttpMethod^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::Collection<HttpMethod^>^The collection of supported HTTP methods for the descriptor.
Show: