IActionHttpMethodProvider.HttpMethods Property
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
Collection<HttpMethod> HttpMethods { get; }
property Collection<HttpMethod^>^ HttpMethods {
Collection<HttpMethod^>^ get();
}
abstract HttpMethods : Collection<HttpMethod> with get
ReadOnly Property HttpMethods As Collection(Of HttpMethod)
Property Value
Type: System.Collections.ObjectModel.Collection<HttpMethod>
See Also
IActionHttpMethodProvider Interface
System.Web.Http.Controllers Namespace
Return to top