Freigeben über


HttpMethodActionConstraint(IEnumerable<String>) Konstruktor

Definition

Erstellt eine neue Instanz von 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))

Parameter

httpMethods
IEnumerable<String>

Die Liste der zuzulassenden HTTP-Methoden. Das Bereitstellen einer leeren Liste lässt jede HTTP-Methode zu.

Gilt für: