HttpPutAttribute コンストラクター

定義

オーバーロード

HttpPutAttribute()

新しい HttpPutAttribute を作成します。

HttpPutAttribute(String)

指定されたルート テンプレートを使用して新しい HttpPutAttribute を作成します。

HttpPutAttribute()

ソース:
HttpPutAttribute.cs
ソース:
HttpPutAttribute.cs

新しい HttpPutAttribute を作成します。

public:
 HttpPutAttribute();
public HttpPutAttribute ();
Public Sub New ()

適用対象

HttpPutAttribute(String)

ソース:
HttpPutAttribute.cs
ソース:
HttpPutAttribute.cs

指定されたルート テンプレートを使用して新しい HttpPutAttribute を作成します。

public:
 HttpPutAttribute(System::String ^ template);
public HttpPutAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpPutAttribute : string -> Microsoft.AspNetCore.Mvc.HttpPutAttribute
Public Sub New (template As String)

パラメーター

template
String

ルート テンプレート。 null は指定できません。

適用対象