Aracılığıyla paylaş


HttpDeleteAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

HttpDeleteAttribute()

Yeni bir HttpDeleteAttribute oluşturur.

HttpDeleteAttribute(String)

Verilen yol şablonuyla yeni HttpDeleteAttribute bir oluşturur.

HttpDeleteAttribute()

Kaynak:
HttpDeleteAttribute.cs
Kaynak:
HttpDeleteAttribute.cs
Kaynak:
HttpDeleteAttribute.cs

Yeni bir HttpDeleteAttribute oluşturur.

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

Şunlara uygulanır

HttpDeleteAttribute(String)

Kaynak:
HttpDeleteAttribute.cs
Kaynak:
HttpDeleteAttribute.cs
Kaynak:
HttpDeleteAttribute.cs

Verilen yol şablonuyla yeni HttpDeleteAttribute bir oluşturur.

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)

Parametreler

template
String

Yol şablonu. Null olamaz.

Şunlara uygulanır