HttpDeleteAttribute Konstruktoren

Definition

Überlädt

HttpDeleteAttribute()

Erstellt einen neuen HttpDeleteAttribute.

HttpDeleteAttribute(String)

Erstellt eine neue HttpDeleteAttribute mit der angegebenen Routenvorlage.

HttpDeleteAttribute()

Erstellt einen neuen HttpDeleteAttribute.

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

Gilt für:

HttpDeleteAttribute(String)

Erstellt eine neue HttpDeleteAttribute mit der angegebenen Routenvorlage.

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)

Parameter

template
String

Die Routenvorlage. Darf nicht NULL sein.

Gilt für: