Sdílet prostřednictvím


HttpMethodActionConstraint(IEnumerable<String>) Konstruktor

Definice

Vytvoří novou instanci položky 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))

Parametry

httpMethods
IEnumerable<String>

Seznam metod HTTP, které se mají povolit. Zadáním prázdného seznamu povolíte jakoukoli metodu HTTP.

Platí pro