HttpPostAttribute Konstruktoren

Definition

Überlädt

HttpPostAttribute()

Erstellt einen neuen HttpPostAttribute.

HttpPostAttribute(String)

Erstellt eine neue HttpPostAttribute mit der angegebenen Routenvorlage.

HttpPostAttribute()

Quelle:
HttpPostAttribute.cs
Quelle:
HttpPostAttribute.cs
Quelle:
HttpPostAttribute.cs

Erstellt einen neuen HttpPostAttribute.

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

Gilt für:

HttpPostAttribute(String)

Quelle:
HttpPostAttribute.cs
Quelle:
HttpPostAttribute.cs
Quelle:
HttpPostAttribute.cs

Erstellt eine neue HttpPostAttribute mit der angegebenen Routenvorlage.

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

Die Routenvorlage. Darf nicht NULL sein.

Gilt für: