HttpDeleteAttribute Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
HttpDeleteAttribute() |
Creates a new HttpDeleteAttribute. |
HttpDeleteAttribute(String) |
Creates a new HttpDeleteAttribute with the given route template. |
- Source:
- HttpDeleteAttribute.cs
- Source:
- HttpDeleteAttribute.cs
- Source:
- HttpDeleteAttribute.cs
Creates a new HttpDeleteAttribute.
public:
HttpDeleteAttribute();
C#
public HttpDeleteAttribute ();
Public Sub New ()
Applies to
ASP.NET Core 9.0 and other versions
Product | Versions |
---|---|
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
Creates a new HttpDeleteAttribute with the given route template.
public:
HttpDeleteAttribute(System::String ^ template);
C#
public HttpDeleteAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpDeleteAttribute : string -> Microsoft.AspNetCore.Mvc.HttpDeleteAttribute
Public Sub New (template As String)
Parameters
- template
- String
The route template. May not be null.
Applies to
ASP.NET Core 9.0 and other versions
Product | Versions |
---|---|
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 |