HttpDeleteAttribute Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.