Share via


AcceptVerbsAttribute.Verbs Property

Definition

Overloads

Verbs

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

Verbs

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