HttpPostAttribute 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
HttpPostAttribute() |
Membuat baru HttpPostAttribute. |
HttpPostAttribute(String) |
Membuat baru HttpPostAttribute dengan templat rute yang diberikan. |
HttpPostAttribute()
- Sumber:
- HttpPostAttribute.cs
- Sumber:
- HttpPostAttribute.cs
- Sumber:
- HttpPostAttribute.cs
Membuat baru HttpPostAttribute.
public:
HttpPostAttribute();
public HttpPostAttribute ();
Public Sub New ()
Berlaku untuk
HttpPostAttribute(String)
- Sumber:
- HttpPostAttribute.cs
- Sumber:
- HttpPostAttribute.cs
- Sumber:
- HttpPostAttribute.cs
Membuat baru HttpPostAttribute dengan templat rute yang diberikan.
public:
HttpPostAttribute(System::String ^ template);
public HttpPostAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpPostAttribute : string -> Microsoft.AspNetCore.Mvc.HttpPostAttribute
Public Sub New (template As String)
Parameter
- template
- String
Templat rute. Mungkin tidak null.