Share via


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。

適用於