HttpPutAttribute Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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.