Udostępnij za pośrednictwem


HttpPutAttribute Konstruktory

Definicja

Przeciążenia

HttpPutAttribute()

Tworzy nowy adres HttpPutAttribute.

HttpPutAttribute(String)

Tworzy nowy HttpPutAttribute przy użyciu danego szablonu trasy.

HttpPutAttribute()

Źródło:
HttpPutAttribute.cs
Źródło:
HttpPutAttribute.cs
Źródło:
HttpPutAttribute.cs

Tworzy nowy adres HttpPutAttribute.

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

Dotyczy

HttpPutAttribute(String)

Źródło:
HttpPutAttribute.cs
Źródło:
HttpPutAttribute.cs
Źródło:
HttpPutAttribute.cs

Tworzy nowy HttpPutAttribute przy użyciu danego szablonu trasy.

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)

Parametry

template
String

Szablon trasy. Nie może być zerowy.

Dotyczy