Freigeben über


HttpMethodRouteConstraint(String[]) Konstruktor

Definition

Erstellt eine neue instance vonHttpMethodRouteConstraint, die die von allowedMethodsangegebenen HTTP-Methoden akzeptiert.

public:
 HttpMethodRouteConstraint(... cli::array <System::String ^> ^ allowedMethods);
public HttpMethodRouteConstraint (params string[] allowedMethods);
new Microsoft.AspNetCore.Routing.Constraints.HttpMethodRouteConstraint : string[] -> Microsoft.AspNetCore.Routing.Constraints.HttpMethodRouteConstraint
Public Sub New (ParamArray allowedMethods As String())

Parameter

allowedMethods
String[]

Die zulässigen HTTP-Methoden.

Gilt für: