Share via


HttpPutAttribute Konstruktory

Definice

Přetížení

HttpPutAttribute()

Vytvoří nový objekt HttpPutAttribute.

HttpPutAttribute(String)

Vytvoří novou HttpPutAttribute s danou šablonou trasy.

HttpPutAttribute()

Zdroj:
HttpPutAttribute.cs
Zdroj:
HttpPutAttribute.cs

Vytvoří nový objekt HttpPutAttribute.

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

Platí pro

HttpPutAttribute(String)

Zdroj:
HttpPutAttribute.cs
Zdroj:
HttpPutAttribute.cs

Vytvoří novou HttpPutAttribute s danou šablonou 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

Šablona trasy. Nesmí mít hodnotu null.

Platí pro