Aracılığıyla paylaş


HttpPutAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

HttpPutAttribute()

Yeni bir HttpPutAttribute oluşturur.

HttpPutAttribute(String)

Verilen yol şablonuyla yeni HttpPutAttribute bir oluşturur.

HttpPutAttribute()

Kaynak:
HttpPutAttribute.cs
Kaynak:
HttpPutAttribute.cs
Kaynak:
HttpPutAttribute.cs

Yeni bir HttpPutAttribute oluşturur.

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

Şunlara uygulanır

HttpPutAttribute(String)

Kaynak:
HttpPutAttribute.cs
Kaynak:
HttpPutAttribute.cs
Kaynak:
HttpPutAttribute.cs

Verilen yol şablonuyla yeni HttpPutAttribute bir oluşturur.

public:
 HttpPutAttribute(System::String ^ template);
public HttpPutAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpPutAttribute : string -> Microsoft.AspNetCore.Mvc.HttpPutAttribute
Public Sub New (template As String)

Parametreler

template
String

Yol şablonu. Null olamaz.

Şunlara uygulanır