Compartilhar via


HttpDeleteAttribute Construtores

Definição

Sobrecargas

HttpDeleteAttribute()

Cria um novo HttpDeleteAttribute.

HttpDeleteAttribute(String)

Cria um novo HttpDeleteAttribute com o modelo de rota fornecido.

HttpDeleteAttribute()

Origem:
HttpDeleteAttribute.cs
Origem:
HttpDeleteAttribute.cs

Cria um novo HttpDeleteAttribute.

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

Aplica-se a

HttpDeleteAttribute(String)

Origem:
HttpDeleteAttribute.cs
Origem:
HttpDeleteAttribute.cs

Cria um novo HttpDeleteAttribute com o modelo de rota fornecido.

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)

Parâmetros

template
String

O modelo de rota. Não pode ser nulo.

Aplica-se a