Udostępnij za pośrednictwem


HttpPostAttribute Konstruktory

Definicja

Przeciążenia

HttpPostAttribute()

Tworzy nowy adres HttpPostAttribute.

HttpPostAttribute(String)

Tworzy nowy HttpPostAttribute przy użyciu danego szablonu trasy.

HttpPostAttribute()

Źródło:
HttpPostAttribute.cs
Źródło:
HttpPostAttribute.cs
Źródło:
HttpPostAttribute.cs

Tworzy nowy adres HttpPostAttribute.

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

Dotyczy

HttpPostAttribute(String)

Źródło:
HttpPostAttribute.cs
Źródło:
HttpPostAttribute.cs
Źródło:
HttpPostAttribute.cs

Tworzy nowy HttpPostAttribute przy użyciu danego szablonu trasy.

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)

Parametry

template
String

Szablon trasy. Nie może być zerowy.

Dotyczy