Compartir a través de


AcceptVerbsAttribute.Verbs Propiedad

Definición

Obtiene o establece la lista de verbos HTTP a los que responderá el método de la acción.

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

Valor de propiedad

Lista de verbos HTTP a los que responderá el método de la acción.

Se aplica a