Bagikan melalui


HttpPutAttribute Konstruktor

Definisi

Overload

HttpPutAttribute()

Membuat baru HttpPutAttribute.

HttpPutAttribute(String)

Membuat yang baru HttpPutAttribute dengan templat rute yang diberikan.

HttpPutAttribute()

Sumber:
HttpPutAttribute.cs
Sumber:
HttpPutAttribute.cs
Sumber:
HttpPutAttribute.cs

Membuat baru HttpPutAttribute.

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

Berlaku untuk

HttpPutAttribute(String)

Sumber:
HttpPutAttribute.cs
Sumber:
HttpPutAttribute.cs
Sumber:
HttpPutAttribute.cs

Membuat yang baru HttpPutAttribute dengan templat rute yang diberikan.

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

Templat rute. Mungkin tidak null.

Berlaku untuk