Share via


IActionHttpMethodProvider.HttpMethods Property

Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
ReadOnly Property HttpMethods As Collection(Of HttpMethod)
    Get
'Usage
Dim instance As IActionHttpMethodProvider 
Dim value As Collection(Of HttpMethod)

value = instance.HttpMethods
Collection<HttpMethod> HttpMethods { get; }
property Collection<HttpMethod^>^ HttpMethods {
    Collection<HttpMethod^>^ get ();
}
abstract HttpMethods : Collection<HttpMethod>
function get HttpMethods () : Collection<HttpMethod>

Property Value

Type: System.Collections.ObjectModel.Collection<HttpMethod>

See Also

Reference

IActionHttpMethodProvider Interface

System.Web.Http.Controllers Namespace