HttpPatchAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 は指定できません。