Поделиться через


HttpMethodActionConstraint(IEnumerable<String>) Конструктор

Определение

Создает новый экземпляр 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))

Параметры

httpMethods
IEnumerable<String>

Список разрешенных методов HTTP. Предоставление пустого списка позволит использовать любой метод HTTP.

Применяется к