Sdílet prostřednictvím


HttpMethodRouteConstraint(String[]) Konstruktor

Definice

Vytvoří novou instanci, HttpMethodRouteConstraint která přijímá metody HTTP zadané nástrojem allowedMethods.

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())

Parametry

allowedMethods
String[]

Povolené metody HTTP.

Platí pro