次の方法で共有


HttpMethodRouteConstraint(String[]) コンストラクター

定義

allowedMethods指定された HTTP メソッドを受け入れる の新しいインスタンスHttpMethodRouteConstraintを作成します。

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

パラメーター

allowedMethods
String[]

許可される HTTP メソッドです。

適用対象