HttpDeleteAttribute 构造函数
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
HttpDeleteAttribute() |
创建一个新的 HttpDeleteAttribute。 |
HttpDeleteAttribute(String) |
使用给定的路由模板创建新的 HttpDeleteAttribute 。 |
- Source:
- HttpDeleteAttribute.cs
- Source:
- HttpDeleteAttribute.cs
- Source:
- HttpDeleteAttribute.cs
创建一个新的 HttpDeleteAttribute。
public:
HttpDeleteAttribute();
public HttpDeleteAttribute ();
Public Sub New ()
适用于
ASP.NET Core 9.0 和其他版本
产品 | 版本 |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
- Source:
- HttpDeleteAttribute.cs
- Source:
- HttpDeleteAttribute.cs
- Source:
- HttpDeleteAttribute.cs
使用给定的路由模板创建新的 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。
适用于
ASP.NET Core 9.0 和其他版本
产品 | 版本 |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |