Bagikan melalui


HttpPostAttribute Konstruktor

Definisi

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.

Berlaku untuk