共用方式為


HttpPatchAttribute 建構函式

定義

多載

HttpPatchAttribute()

建立新的 HttpPatchAttribute

HttpPatchAttribute(String)

使用指定的路由範本建立新的 HttpPatchAttribute

HttpPatchAttribute()

來源:
HttpPatchAttribute.cs
來源:
HttpPatchAttribute.cs

建立新的 HttpPatchAttribute

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

適用於

HttpPatchAttribute(String)

來源:
HttpPatchAttribute.cs
來源:
HttpPatchAttribute.cs

使用指定的路由範本建立新的 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。

適用於