HttpDeleteAttribute 构造函数

定义

重载

HttpDeleteAttribute()

创建一个新的 HttpDeleteAttribute

HttpDeleteAttribute(String)

使用给定的路由模板创建新的 HttpDeleteAttribute

HttpDeleteAttribute()

创建一个新的 HttpDeleteAttribute

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

适用于

HttpDeleteAttribute(String)

使用给定的路由模板创建新的 HttpDeleteAttribute

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

参数

template
String

路由模板。 不能为 null。

适用于