Partager via


HttpMethodActionConstraint(IEnumerable<String>) Constructeur

Définition

Crée une instance de HttpMethodActionConstraint.

public:
 HttpMethodActionConstraint(System::Collections::Generic::IEnumerable<System::String ^> ^ httpMethods);
public HttpMethodActionConstraint (System.Collections.Generic.IEnumerable<string> httpMethods);
new Microsoft.AspNetCore.Mvc.ActionConstraints.HttpMethodActionConstraint : seq<string> -> Microsoft.AspNetCore.Mvc.ActionConstraints.HttpMethodActionConstraint
Public Sub New (httpMethods As IEnumerable(Of String))

Paramètres

httpMethods
IEnumerable<String>

Liste des méthodes HTTP à autoriser. La fourniture d’une liste vide autorise n’importe quelle méthode HTTP.

S’applique à