HttpDeleteAttribute Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
HttpDeleteAttribute() |
Vytvoří nový objekt HttpDeleteAttribute. |
HttpDeleteAttribute(String) |
Vytvoří nový HttpDeleteAttribute s danou šablonou trasy. |
HttpDeleteAttribute()
- Zdroj:
- HttpDeleteAttribute.cs
- Zdroj:
- HttpDeleteAttribute.cs
- Zdroj:
- HttpDeleteAttribute.cs
Vytvoří nový objekt HttpDeleteAttribute.
public:
HttpDeleteAttribute();
public HttpDeleteAttribute ();
Public Sub New ()
Platí pro
HttpDeleteAttribute(String)
- Zdroj:
- HttpDeleteAttribute.cs
- Zdroj:
- HttpDeleteAttribute.cs
- Zdroj:
- HttpDeleteAttribute.cs
Vytvoří nový HttpDeleteAttribute s danou šablonou 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
Šablona trasy. Nesmí mít hodnotu null.