AcceptVerbsAttribute.Verbs Property

Definition

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

public System.Collections.Generic.ICollection<string> Verbs { get; }
member this.Verbs : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Verbs As ICollection(Of String)

Property Value

The list of HTTP verbs that the action method will respond to.

Applies to