Condividi tramite


HttpDeleteAttribute Costruttori

Definizione

Overload

HttpDeleteAttribute()

Crea un nuovo oggetto HttpDeleteAttribute.

HttpDeleteAttribute(String)

Crea un nuovo HttpDeleteAttribute oggetto con il modello di route specificato.

HttpDeleteAttribute()

Origine:
HttpDeleteAttribute.cs
Origine:
HttpDeleteAttribute.cs
Origine:
HttpDeleteAttribute.cs

Crea un nuovo oggetto HttpDeleteAttribute.

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

Si applica a

HttpDeleteAttribute(String)

Origine:
HttpDeleteAttribute.cs
Origine:
HttpDeleteAttribute.cs
Origine:
HttpDeleteAttribute.cs

Crea un nuovo HttpDeleteAttribute oggetto con il modello di route specificato.

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)

Parametri

template
String

Modello di route. Non può essere Null.

Si applica a