Share via


HttpPutAttribute Konstruktoren

Definition

Überlädt

HttpPutAttribute()

Erstellt einen neuen HttpPutAttribute.

HttpPutAttribute(String)

Erstellt eine neue HttpPutAttribute mit der angegebenen Routenvorlage.

HttpPutAttribute()

Quelle:
HttpPutAttribute.cs
Quelle:
HttpPutAttribute.cs

Erstellt einen neuen HttpPutAttribute.

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

Gilt für:

HttpPutAttribute(String)

Quelle:
HttpPutAttribute.cs
Quelle:
HttpPutAttribute.cs

Erstellt eine neue HttpPutAttribute mit der angegebenen Routenvorlage.

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)

Parameter

template
String

Die Routenvorlage. Darf nicht NULL sein.

Gilt für: