다음을 통해 공유


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 메서드가 허용됩니다.

적용 대상