AcceptVerbsAttribute.Verbs Property

Gets or sets the list of HTTP verbs that the action method will respond to.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Property Verbs As ICollection(Of String)
	Get 
	Private Set
'Usage
Dim instance As AcceptVerbsAttribute 
Dim value As ICollection(Of String)

value = instance.Verbs

Property Value

Type: System.Collections.Generic.ICollection(Of String)
The list of HTTP verbs that the action method will respond to.
Show: