HttpPatchAttribute コンストラクター

定義

オーバーロード

HttpPatchAttribute()

新しい HttpPatchAttribute を作成します。

HttpPatchAttribute(String)

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

HttpPatchAttribute()

新しい HttpPatchAttribute を作成します。

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

適用対象

HttpPatchAttribute(String)

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

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

パラメーター

template
String

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

適用対象