Udostępnij za pośrednictwem


HttpDeleteAttribute Konstruktory

Definicja

Przeciążenia

HttpDeleteAttribute()

Tworzy nowy adres HttpDeleteAttribute.

HttpDeleteAttribute(String)

Tworzy nowy HttpDeleteAttribute przy użyciu danego szablonu trasy.

HttpDeleteAttribute()

Źródło:
HttpDeleteAttribute.cs
Źródło:
HttpDeleteAttribute.cs
Źródło:
HttpDeleteAttribute.cs

Tworzy nowy adres HttpDeleteAttribute.

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

Dotyczy

HttpDeleteAttribute(String)

Źródło:
HttpDeleteAttribute.cs
Źródło:
HttpDeleteAttribute.cs
Źródło:
HttpDeleteAttribute.cs

Tworzy nowy HttpDeleteAttribute przy użyciu danego szablonu trasy.

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)

Parametry

template
String

Szablon trasy. Nie może być zerowy.

Dotyczy