Udostępnij za pośrednictwem


HttpMethodActionConstraint(IEnumerable<String>) Konstruktor

Definicja

Tworzy nowe wystąpienie klasy 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>

Lista metod HTTP, które mają być dozwolone. Podanie pustej listy pozwoli na dowolną metodę HTTP.

Dotyczy